使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3

1个回答
展开全部
摘要 使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3亲!您好,很高兴为您解答。亲使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3回答如下:#include #include main()int a ;printf(“请输入a的值“);scanf("%d",&a);switch(a)(case 1: a=111;case 2: a=222;工default:a=333;}printf("am%d",a);}#include #include main()くint ta ;printf(“请输入a的值“);scanf("%d",&a);switch(a)(default:a=333;case 1: a=111;case 2: a=222;3printf("a=%d",a);3希望我的回答能帮助到您!请问您还有其它问题需要咨询吗?
咨询记录 · 回答于2022-12-12
使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3
使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3亲!您好,很高兴为您解答。亲使用switch语句编写程序,实现以下功能:输入1时输出111,输入2时,输出222,输入3回答如下:#include #include main()int a ;printf(“请输入a的值“);scanf("%d",&a);switch(a)(case 1: a=111;case 2: a=222;工default:a=333;}printf("am%d",a);}#include #include main()くint ta ;printf(“请输入a的值“);scanf("%d",&a);switch(a)(default:a=333;case 1: a=111;case 2: a=222;3printf("a=%d",a);3希望我的回答能帮助到您!请问您还有其它问题需要咨询吗?
1,2,3,4时输出111,222,333,444,其他数字输出error
] 如果是排列组合的话,总共有4*4*4种情况即64种,所以概率为1/16
下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消