摘要: 1 #include 2 main() 3 { 4 int x,y; 5 float tax; 6 printf("Enter income:"); 7 scanf("%d",&x); 8 printf("\n"); 9 y=x/400; 10 switch(y) 11 { 12 case 0: 1... 阅读全文
posted @ 2019-03-31 17:45 钟意你啊 阅读(95) 评论(1) 推荐(0) 编辑