题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-18 21:03:53

[填空题]下列程序的功能是从键盘上输入若干员工的工资,统计并输出最高工资和最低工资,当输入负数时结束输入。
main( )
float x,max,min;
scanf("%f",&x);
______
while(______)
if(x>max)max=x;
if(x<min)min=x;
______

printf("/nmax=%f/nmin=%f/n",max,min);

更多"下列程序的功能是从键盘上输入若干员工的工资,统计并输出最高工资和最低工"的相关试题:

[填空题]以下程序的功能是:从键盘上输入若干个数字,当输入负数时结束输入,统计出若干 数字的平均值,显示结果。请填空。 Private Sub Form_click( ) Dim x,y As Single Dim z As Integer x=InputBox("Enter a score") Do while 【13】 y=y+x z=z+1 x=InputBox("Enter a score") Loop If z=0 Then z=1 End If y=y/z msgbox y End Sub
[填空题]以下程序的功能是:从键盘上输入若干个数字,当输入负数时结束输入,统计出若干数字的平均值,显示结果。请填空。
Private Sub Form_click( )
Dim x,y As Single
Dim z As Integer
x=InputBox("Enter a score")
Do while______。
y=y+x
z=z+1
x=InputBox("Enter a score")
Loop
If z=0 Then
z=1
End If
y=y/z
msgbox y
End Sub
[填空题]以下程序的功能是:从键盘上输入若干个数字,当输入负数时结束输入,统计出若干数字的平均值,输出结果。请填空。 Private Sub Form_click( ) Dim x,y As Single Dim z As Integer x=InputBox("Enter a score") Do while 【8】 y=y+x z=z+1 x=InputBox("Enter a score") Loop If z=0 Then z=1 End If y= 【9】 Print y End Sub
[填空题]以下程序的功能是:从键盘输入若干个学生的成绩,统计出最高成绩和最低成绩,当输入负数时结束输入。
#include<stdio.h>
main( )
float x,amax,amin;
scanf("%f",&x);
amax=x:
amin=x;
while( )/*第一空*/
if(______)amax=x;/*第二空*/
if(x<amin)______;/*第三空*/
scanf("%f",&x);

printf("amax=%3.2f,amin=%3.2f/n",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("/namax=%f/namin=%fn",amax,amin);


[填空题]以下程序的功能是:从键盘上输入若干个学生的成绩, 统计并输出最高成绩和最低成绩,当输入负数时结束输入.请填空.   main( )   { float x,amax,amin;   scanf("%f",&x);   amax=x; amin=x;   while( )   { if(x>amax) amax=x;   if( ) amin=x;   scanf("%f",&x); }   printf("/namax=%f/namin=%f/n",amax,amin); }

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码