Develop
2013.04.23 14:12

[c] 숫자 맞추는 게임..

Views 6929 Votes 0 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
숫자 범위에서 큰지 작은지만 알려주고..
숫자를 맞춰야 하는 초간단 게임.. ㅋㄷ

아래 숫자 비교하는 코드는 do - while 구문으로..

do{
    printf("1부터 100사이의 수를 맞춰 보세요 :\n");
    scanf("%d", &input_number);

    if (random_number < input_number){
        printf("%d보다 작은 수입니다.\n", input_number);
    }else if (random_number>input_number){
        printf("%d보다 큰 수입니다.\n", input_number);
    }
}
while (random_number !=input_number);

?

  1. '2014 모바일 개발 트렌드' 발표자료입니다.

    Date2014.10.02 CategoryDevelop Byhooni Views976
    Read More
  2. [mac] 패키지 매니저, MacPort

    Date2015.01.03 CategorySystem/OS Byhooni Views969
    Read More
  3. [ios] APNS, Remote Push 수신 시점에서 앱의 3가지 실행 상태

    Date2018.10.19 CategoryDevelop Byhooni Views965
    Read More
  4. 원어민이 매일 쓰는 일상표현 150개

    Date2023.09.17 CategoryEtc Byhooni Views964
    Read More
  5. [ios] 오브젝티브C→스위프트, 코드 변환 손쉽게

    Date2015.08.07 CategoryDevelop Byhooni Views955
    Read More
  6. [mac] VirtualBox 실행 스크립트와 bash_profile 설정

    Date2020.07.08 CategorySystem/OS Byhooni Views954
    Read More
  7. [ios] 상위 ViewController 가져오기

    Date2015.10.12 CategoryDevelop Byhooni Views953
    Read More
  8. [ios] 로컬에 있는 JS 파일 웹뷰에서 동적으로 실행하기

    Date2015.02.10 CategoryDevelop Byhooni Views947
    Read More
  9. [ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법

    Date2017.03.29 CategoryDevelop Byhooni Views944
    Read More
  10. [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들

    Date2020.10.15 CategorySystem/OS Byhooni Views943
    Read More
  11. [ubuntu] 우분투 18.04에 PHP5 설치하기

    Date2020.11.14 CategoryDevelop Byhooni Views938
    Read More
  12. 콘솔에서 패스워드 걸린 zip 압축하는 명령

    Date2018.03.02 CategorySystem/OS Byhooni Views937
    Read More
  13. [android] 딜레이를 구현하기 위한 꼼수

    Date2016.11.24 CategoryDevelop Byhooni Views934
    Read More
  14. 삼성페이(Samsung Pay) 구조

    Date2016.09.09 CategoryPPT Byhooni Views923
    Read More
  15. [virtualbox] VirtualBox에 Ubuntu 설치하기

    Date2019.11.22 CategorySystem/OS Byhooni Views908
    Read More
  16. [js] 좋은 강연자료 & UI 자료

    Date2014.10.06 CategoryDevelop Byhooni Views905
    Read More
Board Pagination Prev 1 ... 65 66 67 68 69 ... 74 Next
/ 74