Exercise:Create a variable called myNumber, assign the value 50 to it, and display it. Hint: Unlike strings, numbers are written without quotes. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|