[填空题] 下面程序的功能是从键盘上输入若干学生的学习成绩,统计并输出最高成绩和最低成绩,当输入为负数时结束输入。
main()
float x,amax,amin;
scanf("%f",&x);
amax=x:
amin=x:
while( (11) )
if(x>amax) amax=x;
if( (12) ) amin=x;
scanf("%f",&x);
printf("amax=%famin=%fn",amax,amin);
[填空题] 下面程序的功能是从键盘上输入若干学生的学习成绩,统计并输出最高成绩和最低成绩,当输入为负数时结束输入。
main()
float x,amax,amin;
scanf("%f",&x);
amax=x:
amin=x:
while( (11) )
if(x>amax) amax=x;
if( (12) ) amin=x;
scanf("%f",&x);
printf("amax=%famin=%fn",amax,amin);
x<amin
VIP截止日期:2025-01-02 13:20:00
←请使用支付宝扫码支付VIP截止日期:2025-01-02 13:20:00
←请使用微信扫码支付