
CODE 538 반복제어문 1 자가진단 3~4
·
프로그래밍/C_정보올림피아드 Language_Coder
CODE 538 #include int main(){ int a=0; do{ printf("number "); scanf("%d",&a); if(a>0){ printf("positive integer"); } if(a