正在加载图片...
i include <stdio. h> void maino Int in printf( 1 INPUT 2. EDIT 3 PROCESS 4. PRINT 5.EXITIn) while(1) printf("please input 1-5: scanf( %d", &in) if (in==5) break switch(int case 1: input(;break; case 2: edit(; break; case 3: process(); break; case 4: print(; break;# include <stdio.h> void main() { int in; printf("1. INPUT 2.EDIT 3. PROCESS 4.PRINT 5.EXIT\n"); while(1){ printf("please input 1-5:"); scanf("%d" ,&in); if (in==5) break; switch(in) { case 1: input( ); break; case 2: edit( ); break; case 3: process( ); break; case 4: print( ); break; } } }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有