使用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