1 / 6

기초디자인

기초디자인. 2051547 이수진. 기초 컴퓨터 , 드로잉 , 디자인 세 과목의 중간고사 성적을 입력 받아서 평균을 출력하시오. A. START. computer,drawing, design,sum, average. average sum/3. computer,drawing, design. average. STOP. sum computer+drawing +design. A.

aizza
Télécharger la présentation

기초디자인

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. 기초디자인 2051547 이수진

  2. 기초 컴퓨터, 드로잉, 디자인 세 과목의 중간고사 성적을 입력 • 받아서 평균을 출력하시오. A START computer,drawing, design,sum, average average sum/3 computer,drawing, design average STOP sum computer+drawing +design A

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

  4. 3. 숫자 하나를 입력 받아서 절대값이 5보다 크면 입력 숫자를 절대 값으로 출력 한다. START number number number >= 5 no yes number STOP

  5. 4. 입력자료로 사원의 이름과 구분 코드와 작업시간이 들어온다. 이때 구분코드가1이면 시간당2000원 2이면 시간당2500원 3이면 시간당 3000원 으로 계산하여 임금을 4이면 시간당4000원 출력하는 순서도를 작성하시오 START name, code, time,pay name, code, time code== 1 YES pay time*2000 NO code== 2 YES pay time*2500 pay STOP NO code== 3 YES pay time*3000 NO code== 4 YES pay time*3500

  6. 5. 세 개의 숫자를 입력 받아서 가장 큰 숫자를 출력하시오. START inA, inB, inC inA, inB, inC inA>= inB YES NO YES inA>= inC YES inB>= inC NO NO inA inC inB inC STOP

More Related