switch语句中输入一个整数输出对应的星期几
#include void main( ) { int a; printf("input integernumber:"); scanf("%d",&a); switch(a)
switch语句中输入一个整数输出对应的星期几