More actions
ZeroPage (05)
Profile
저는 05학번 윤정훈 입니다.
목표
위키공부! C언어 정복!
계획
위키연습 99단 숙제~
진행중
99단 숙제 코딩내용
- include <stdio.h>
int main(void){ int input;
printf("1에서 9까지 수를 입력하십시오.\n"); do{
scanf("%d",&input);
}while(input<1 || input>9);
int i; for(i=1;i<=9;i++){
printf("%dX%d=%d\n",input,i,input*i);
}
system("pause");
return 0;
}
일단 여기에 올려놓아야지..
하고싶은 것
공부도 열심히 하고 놀때도 열심히 놀자!
하고싶은 말
제로페이지 여러분 잘해봐요~!!
홈페이지분류, ZeroPagers