• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 336건

while (조건식) { // 조건식의 연산결과가 true일 때 수행될 문장들을 적는다. } 3. do-while문 while문의 변형으로 기본적인 구조는 while문과 같으나 블럭{}이 먼저 수행한 후에 조건식을 판단한다는 것이 while과의 유일한 차이점이다. while문은 조건
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2007.04.17
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
do//한번실행 { res1=j%2;//홀수 짝수 열 구별 if(res1%2==1) cout<<"*";//홀수행 홀수열에 *출력 else cout<<" ";//홀수행 짝수열에 칸띄우기 j++;//증감식 }while(j<=10);//조건식 cout<<endl; }else{//짝수행 int a=1;//초기식 do{//한번실행 res2=a%2; if(res2%2==0)
  • 페이지 7페이지
  • 가격 800원
  • 등록일 2017.03.15
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
while(a<=10000){ ++n; a+=n; } printf("1+2+3+...+%d=%d\n",n-1,a-n); getch(); } <결과> 1+2+3+...+140=9869 [2] do~while 문 - 루프를 실행한 후 종료조건을 체크한다. - 형식 : do block; while (조건); (예1) #include <stdio.h> main(){ int x, sum=0; //sum은 초기값을 설정해주어
  • 페이지 11페이지
  • 가격 2,300원
  • 등록일 2004.05.26
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
%d", &dan); i=1; do { printf("\n%d*%d=%2d", dan, i, dan*i); i++; } while(i<=9); } 실습과제 17. 두 개의 난수를 발생하여 곱셈 결과를 알아맞히는 프로그램을 작성하시오. 프로그램 #include <stdlib.h> main() { int a, b, mul, c=0; clrscr(); for(; ; ) { randomize(); a=random(20);
  • 페이지 9페이지
  • 가격 1,000원
  • 등록일 2006.12.11
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
do-while문> ::= do { <문장들> } while <논리식> ; <문장들> ::= <문장> <문장들> | <문장> <논리식> ::= True | False 위 내용을 참고하여 <do-while문>의 BNF 3개를 다음처럼 하나의 EBNF로 표현할 수 있다. <do-while문> ::= do
  • 페이지 7페이지
  • 가격 15,000원
  • 등록일 2023.09.05
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음

논문 2건

do not want to be like others. They tried to become more unique and special than others. But their struggle of being special reflects the real aspects of the society. This article traces the protagonists struggles while examining the circumstances around them. Keyword 성장소설, 20세기 초 영국, 아일
  • 페이지 13페이지
  • 가격 2,000원
  • 발행일 2008.11.25
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
---------------------- p.2 (2) 구현 목표 ---------------------- p.2 Ⅱ. 기초 자료 (1) 계획 및 일정 -------------------- p.3 (2) 블록다이어그램 -------------------- p.3 (3) 부품 상세 -------------------- p.4 Ⅲ. 작품 기능 (1)
  • 페이지 40페이지
  • 가격 5,000원
  • 발행일 2009.11.20
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자

취업자료 12건

do you think you might like to work for our company? 【38】What jobs have you held? How were they obtained and why did you leave? 【39】What courses did you like best? Least? Why? 【40】Have you ever changed your major field of interest while in college? Why? 【41】What percentage of your colleg
  • 가격 2,000원
  • 등록일 2006.02.11
  • 파일종류 한글(hwp)
  • 직종구분 전문직
while there is life there is hope. 뜻이 있는 곳에 길 이 있다. 450. while there is life there is hope. 생명이 있다면 희망이 있다. 451. while the grass grows the horse starves. 풀이 자라는 동안 말은 굶어 죽는다. 452. who chatters to you will chatter of you. 너에게 제잘 거
  • 가격 3,000원
  • 등록일 2003.12.22
  • 파일종류 한글(hwp)
  • 직종구분 전문직
do you think you might like to work for our company? 【38】What jobs have you held? How were they obtained and why did you leave? 【39】What courses did you like best? Least? Why? 【40】Have you ever changed your major field of interest while in college? Why? 【41】What percentage of your colleg
  • 가격 3,000원
  • 등록일 2010.01.12
  • 파일종류 한글(hwp)
  • 직종구분 기타
do not have many qualifications but I will study hard to get more qualifications in the future. 그리고 학교에 들어와서 제2 외국어에 대한 욕심이 생겨 앞으로 제2 외국어를 취미생활로 삼을 것입니다. Also, I am going to learn a second foreign language from now on as my new hobby b
  • 가격 3,000원
  • 등록일 2004.11.30
  • 파일종류 한글(hwp)
  • 직종구분 전문직
각을 가진 당당한 사람으로 이 사회에 일꾼이 되고 싶습니다. I would like to be a contributor to society as a dignified a man who has sound body and mind while not being satisfied with my situation at present but doing my best on my jobs for more joyful ife. 마지막으로 앞으로 남은 대
  • 가격 500원
  • 등록일 2011.10.27
  • 파일종류 한글(hwp)
  • 직종구분 기타
top