1 / 6

기초 컴퓨터

기초 컴퓨터. 이름 : 이두형 학번 :2051543 담당교수 : 심한수 교수. 기초 컴퓨터 . 드로잉 , 디자인 세 과목의 중간고사 성적을 입력 받아서 평균을 출력하라. START. Basiccom, Drawing, Design, SUM, AVG. Basiccom, Drawing, Design,. SUM Basiccom+Drawing+Design. AVG SUM/3. AVG. STOP. 2. 1 에서 3 까지의 숫자 값을 입력 받아서 1 이면 가위 ,2 이면 바위 ,3 이면 보를

clarke
Download Presentation

기초 컴퓨터

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 기초 컴퓨터 이름:이두형 학번:2051543 담당교수: 심한수 교수

  2. 기초 컴퓨터.드로잉,디자인 세 과목의 중간고사 성적을 입력 받아서 평균을 출력하라. START Basiccom, Drawing, Design, SUM, AVG Basiccom, Drawing, Design, SUM Basiccom+Drawing+Design AVG SUM/3 AVG STOP

  3. 2. 1에서 3까지의 숫자 값을 입력 받아서 1이면 가위,2이면 바위,3이면 보를 출력하시오. START NUMBER ==1~3 NUMBER NO NO NUMBER==1 NUMBER==2 NUMBER==3 YES YES YES GAWE BAWE GAWE STOP

  4. 3. 숫자 하나를 입력 받아서 절대값이 5보다 크면 입력 숫자를 절대값으로 출력한다. START N N NO N>5 N<0 YES YES N*-1 N>5 N yes N STOP

  5. 4.입력 자료로 사원의 이름과 구분코드와 작업시간이 들어온다. 이때 구분코드가 1이면 시간당 2000원 2이면 시간당 2500원 3이면 시간당 3000원4이면 시간당 3500원 START NAME,CODE,TIME PAY NAME,CODE,TIME yes CODE==1 PAY PAY TIME*2000 NO yes CODE==2 PAY PAY TIME*2500 NO yes CODE==3 PAY TIME*3000 PAY NO yes CODE==4 PAY TIME*3500 PAY NO STOP

  6. 5.세 개의 숫자를 입력 받아서 가장 큰 숫자를 출력하시오. START A.B.C A.B.C NO A>B A>C NO C>AC>B B>A B>C YES YES YES A C B STOP

More Related