5-510寝室课后习题4.35
摘要:
#include #include main() { float a,b,c; printf("请输入两个整数: \n"); scanf("%d%d",&a,&b); if(a>=b) {c=a*b;} else {c=a/b;} printf("c的值为:%f\n",c); } 阅读全文
posted @ 2019-03-31 16:45 kiboys 阅读(131) 评论(1) 推荐(0)
2019年3月31日 #
posted @ 2019-03-31 16:45 kiboys 阅读(131) 评论(1) 推荐(0)