Turbo-C
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
터보-C 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
Lua 게시판
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C/C++ Q/A
[2301] Re:Re: 켁; 넘 어려워요;;;;;;;;;;;
성신03 [] 1168 읽음    2003-04-08 00:57
--;
여기 고급.. C++사용자들만 오는곳인가봐요--;;;;;;

제 수준은ㅇㅅㅇ;

#include <iostream.h>
#include <stdlib.h>

int main()
{
   int worktime,
       counter;



    cout << " start ";
    cin >> worktime;
           counter = 1;

    while ( counter <= 5 )  {
           cout << " Enter the time ";
           cin >> worktime;
           counter = counter + 1;

    if ( worktime == 8 )
    cout << " nomal day ";

    else
    if ( worktime >= 8 )
    cout << " over day ";

    if ( worktime <= 8 )
    cout << " under day ";





    }


      system("PAUSE");
      return 0;
}

이런식의 작성 수준이에요--;

+ -

관련 글 리스트
2300 Re:도와주세요ㅠ_ㅠ..C++초급 프로그램;;;;; 임문환 1105 2003/04/08
2301     Re:Re: 켁; 넘 어려워요;;;;;;;;;;; 성신03 1168 2003/04/08
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.