当前位置: > 英语翻译...
题目
英语翻译
Dim a,b As Integer
Dim c As Double
If (a>0,and b>0) Then
c=c/a
End If
If (a>1 OR c>1) Then
c=c+1
End If
c=b+c
上面的的白盒测试的逻辑覆盖的例子
输入 a=2 b=1 c=6
a=1 b=2 c=3
分别输出什么
程序语句应该是怎么读的
我要语句的 翻译
还有书上给出的输出答案是 2 1 10 和 1 2 5
Dim a,b As Integer
Dim c As Double

提问时间:2020-10-12

答案
Dim a,b As Integer//定义a,b为整型变量;
Dim c As Double//c,为双精度型
If (a>0,and b>0) Then //当a>0且b>0时
c=c/a
End If
If (a>1 OR c>1) Then //当a>1或者c>1时
c=c+1
End If
c=b+c
3,4,5
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.