填空题

与数学表达式cos (a+B) /3x+5对应的Visual Basic表达式是______。

【参考答案】

(cos(a+B) )^2/(3*x)+5
<上一题 目录 下一题>
热门 试题

填空题
以下程序的功能是从键盘输入若干个学生的考试成绩,统计并输出最高分和最低分,当输入负数时结束输入。请填空。 Private Sub Command1_Click() Dim x,amax,amin As Single x=InputBox( Enter a score ) amax=x amin=x Do While______ If x>amax Then amax=x End If If______Then amin=x End If x=InputBox( enter a score ) Loop Print max= ;amax, min= ;amin End Sub
填空题
(1)()
相关试题
  • 用窗体的Caption属性可以设置窗体的___...
  • 数据结构包括数据的逻辑结构、数据的___...
  • 以下程序用来建立一个5×5矩阵,该矩阵两...
  • 设有整型变量s,取值范围为0~100,表...
  • 为了使计时器控件Timer1每隔0.5秒触发...