vc6.0求a,b,c三个数字中最大值的程序怎么做

问题描述:

vc6.0求a,b,c三个数字中最大值的程序怎么做
1个回答 分类:综合 2014-11-10

问题解答:

我来补答
#inlcude
void main()
{
int a,b,c;
int max;
printf("please enter three number:\n");
scanf("%d%d%d",&a,&b,&c);
max=a;
if(max
 
 
展开全文阅读
剩余:2000