간단한 구구단 만들어봤는데안되요 ㅠ
소미
2023.04.01
#includestdio.h
int main(void)
{ int a,b;
printf(단을 입력하세요);scanf(%d,&a);
while(a0){
for(b=1;b=9;b++)
printf(%d\n, a*b);
printf(단을 입력하세요);scanf(%d,&a);
}
return 0;
}
왜안되는걸까요....
-
Sweet
잘됩니다 ..
-
여름
잘되는데요...?;;
단지 10단이상도 출력되서 그렇지....