C语言代码如下:include<stdio.h> int main(){ int a,b;printf("please enter two number:"); ---两个数字用空格隔开,以回车键结束输入。scanf("%d %d",&a,&b);if(a>b)printf("The max is %d",a);else if(b>a)printf("The max is %d",b);else printf("The two Numbers ...
例28:输入两个整数,要求输出其中值较大者。要求用函数来找到大数。#c语言 #编程 #程序代码 #期末考试 - 小林C语言于20201213发布在抖音,已经收获了5.8万个喜欢,来抖音,记录美好生活!