case break

#include <stdio.h> int main () { int type;//控制表達式只能是整數型的結果,不可用double等 scanf("%d",&type); switch(type){ case 1: printf(「你好」); break; case 2://常量可以是常數或者常數計算的表達式,如1+1與2效果相同 printf(「早上好」); break; case 3:
相關文章
相關標籤/搜索