Please enable JavaScript to use CodeHS

Nevada Advanced Computer Science I

Lesson 3.3 User Input

Description

In this lesson, students learn how they can allow users to input information into their programs, and use that input accordingly.


Objective

Students will be able to:

  • Create programs that ask the user for input
  • Store user input in variables and print it back to the user
  • Choose the proper input function to use depending on the type of information needed