Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created June 8, 2017 03:11
Show Gist options
  • Save nattybear/304e8f22a2d743b446bca60ab57cfe1e to your computer and use it in GitHub Desktop.
Save nattybear/304e8f22a2d743b446bca60ab57cfe1e to your computer and use it in GitHub Desktop.
여섯번째 과제 - 입력 값 다루기

입력 받은 값을 조작하기

아래 조건을 만족하는 코드를 작성하세요

  • 사용자 입력을 받아서 var라는 변수에 저장합니다.
  • 사용자는 아무 숫자나 입력합니다.
  • 입력 받은 숫자에 1을 더한 값을 화면에 출력합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment