可以多次尝试进入刷新,这样子也可以帮助快速的进入这个程序里面。
有的时候是系统程序的问题,所以会导致出现这样的内容,多次刷新是不会影响使用的。
#include <stdio.h>void main()
{
int age
printf("please input the child age:")
scanf("%d",&age)
switch(age)
{
case 2:
case 3: printf("%d,enter the Lower class.\n",age)break
case 4: printf("%d,enter the Middle class.\n",age)break
case 5:
case 6: printf("%d,enter the Higher class.\n",age)break
default : printf(" you chlid shuld goto more Higher class.\n")break
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)