随着年龄增大,胰腺回声显示为()
A.形状增大,回声强度降低
B.形状缩小,回声增强
C.形状增大,回声无变化
D.形状增大,回声增强
E.均无变化
参考答案:B
以下程序的功能是从键盘输入若干个学生的考试成绩,统计并输出最高分和最低分,当输 入负数时结束输入,输出结果。请补充完整下列程序段。 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
在进行英文输入的时候,我们要求输入速度在()。