十个数求最大值和最小值C语言程序怎么编写

问题描述:

十个数求最大值和最小值C语言程序怎么编写

#include
void main()
{int a[10];
int i,min,max;
printf("输入10个数:");
for(i=0;i