Cultist_Tp

CultistTp.egloos.com

포토로그 마이가든 방명록



test1 C 언어*

#include <stdio.h>
02  
03int main(void)
04{
05    int num, num1;
06  
07    do{
08    scanf("%d %d", &num, &num1);
09    } while(num>1000 && num1>1000);
10      
11    printf("%d", num*num1);
12  
13    return 0;
14}

두 자연수를 입력으로 받아 사각형의 넓이를 구하는 프로그램

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://CultistTp.egloos.com/tb/1193370 [도움말]

덧글

댓글 입력 영역