Goal: Convert text input into numbers.
Learning Topics:
Number()
why input from prompt() is text
numeric comparison
Acceptance Criteria:
The program asks for weekly study hours.
The value is converted to a number.
The program prints the number correctly.
Goal: Convert text input into numbers.
Learning Topics:
Number()
why input from prompt() is text
numeric comparison
Acceptance Criteria:
The program asks for weekly study hours.
The value is converted to a number.
The program prints the number correctly.