首页 >

求输入的10个数中的最大值和最小值 – python – 前端,python getsize 单位

python3 爬虫教程,python 替换换行,python写webservice,python异常捕获练习,python安装win10,python心雨,tuple python,获取hwnd python,python 3.6论坛,python购买软件,python getsize 单位求输入的10个数中的最大值和最小值 - python - 前端,python getsize 单位

c程序如下:

#include

intmain()

{

doublemax=0,min=0,a,s=0;

inti;

for(i=1;i

{

printf(“请输入第%d个数:”,i);

scanf(”%f”,&a);

if(max

if(min>a)thenmin=a;

s+=a;

}

printf(“最大值:%f,最小值:%f,平均值:%f”,max,min,s/10);

return0;

}

C++程序:

#include

usingnamespacestd;

intmax(int*p);

intmin(int*p);

doubleavg(int*p);

voidmain()

{

inta[10];

for(inti=0;i

cin>>a[i];

cout

cout

cout

}

intmax(int*p)

{

intmax;

max=p[0];

for(inti=1;i

if(max

{

max=p[i];

}

returnmax;

}

intmin(int*p)

{

intmin;

min=p[0];

for(inti=1;i

if(min>p[i])

{

min=p[i];

}

returnmin;

}

doubleavg(int*p)

{

doublesum=0;

for(inti=0;i

{

sum+=p[i];

}

returnsum/10;

}


求输入的10个数中的最大值和最小值 - python - 前端,python getsize 单位
  • python中ifnot和空字符的区别 - python - 前端,magickwand python
  • python中ifnot和空字符的区别 - python - 前端,magickwand python | python中ifnot和空字符的区别 - python - 前端,magickwand python ...

    求输入的10个数中的最大值和最小值 - python - 前端,python getsize 单位
  • python如何弹出运行退出对话框 - python - 前端,python 按行读取矩阵
  • python如何弹出运行退出对话框 - python - 前端,python 按行读取矩阵 | python如何弹出运行退出对话框 - python - 前端,python 按行读取矩阵 ...

    求输入的10个数中的最大值和最小值 - python - 前端,python getsize 单位
  • python323怎么判断输入的字符串是数字还是字母 - python - 前端,python concat
  • python323怎么判断输入的字符串是数字还是字母 - python - 前端,python concat | python323怎么判断输入的字符串是数字还是字母 - python - 前端,python concat ...