河南成教 / 面向对象程序设计
6[应用题]
以下程序的功能是:从键盘上输入若干个学生的成绩,统计并输出最高成绩和最低成绩,当输入负数时结束,请填空。
#include
void main()
{
[ ];
cin>>x;
amax=x;
amin=x;
while([ ])
{
if(x>amax)
amax=x;
if([ ])
amin=x;
cin>>x;
}
cout<<"amax="<<amax<<", amin="<<><>
}
6[应用题]
以下程序的功能是:从键盘上输入若干个学生的成绩,统计并输出最高成绩和最低成绩,当输入负数时结束,请填空。
#include
void main()
{
[ ];
cin>>x;
amax=x;
amin=x;
while([ ])
{
if(x>amax)
amax=x;
if([ ])
amin=x;
cin>>x;
}
cout<<"amax="<<amax<<", amin="<<><>
}
参考答案: