Created with CodeSandbox
- Allow the user to set the range.
- The random number within the range is received from the computer.
- Receiving a number in range from the user and comparing with computer’s number. Show “You won!” if they are the same, and “You lost!” if they are different.
- 사용자가 range를 설정하도록 한다.
- 컴퓨터로부터 사용자가 설정한 range 내의 random 숫자를 받아온다.
- 사용자로부터 range 내의 숫자를 입력받고 컴퓨터의 숫자와 비교한 뒤, 같으면 "You won!"을, 다르면 "You lost!"를 보여준다.