JS Ex 1 Displaying a Line of Text

  • Slides: 22
Download presentation

JS

JS

Ex 1) Displaying a Line of Text

Ex 1) Displaying a Line of Text

Ex 2) alert & prompt

Ex 2) alert & prompt

Ex 3) Adding Integers

Ex 3) Adding Integers

Ex 5) Counter-Controlled Repetition . . . . 입력 창 기본 문자

Ex 5) Counter-Controlled Repetition . . . . 입력 창 기본 문자

Ex 6) Sentinel-Controlled Repetition sentinel limit . . . . -1 입력을 받을 때까지

Ex 6) Sentinel-Controlled Repetition sentinel limit . . . . -1 입력을 받을 때까지 입력 반복 및 카운트

Ex 7) Nested Control Statements

Ex 7) Nested Control Statements

Ex 8) Assignment Operators

Ex 8) Assignment Operators

Ex 9) Essentials Repetition of Counter-Controlled

Ex 9) Essentials Repetition of Counter-Controlled

Ex 10) Using the for Statement 스타일 10개 행 생성 제곱 함수

Ex 10) Using the for Statement 스타일 10개 행 생성 제곱 함수

Ex 11) switch Multiple-Statement 기본 형태

Ex 11) switch Multiple-Statement 기본 형태

Ex 12) break & continue

Ex 12) break & continue

Ex 13) Function Definitions 제곱 함수

Ex 13) Function Definitions 제곱 함수

Ex 14) Defined Function maximum float 형으로 변환 max 함수를 이용한 최대 값 구하기

Ex 14) Defined Function maximum float 형으로 변환 max 함수를 이용한 최대 값 구하기

Ex 15) Random Number Generation 1 ~ 6 사이의 값을 랜덤하게 발생

Ex 15) Random Number Generation 1 ~ 6 사이의 값을 랜덤하게 발생

Ex 17) Scope Rules 전역변수 x 지역변수 x

Ex 17) Scope Rules 전역변수 x 지역변수 x

Ex 18) Recursion 재귀

Ex 18) Recursion 재귀