Home
(current)
Learn
Code Now
Contact
(current)
Sign In
(current)
Variables & Input-Output
About
Exercises
Solutions
In this lesson, you will learn how to store data using variables and how to communicate with the computer using input and output.
Store your name in a variable and output it
Output the numbers 1 through 5 each on its own line
Solution #1
Solution #2