Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 2.3 User Input

Description

In this lesson, students revisit user input. They learn how to request user input as both strings and integers, learn where the input is stored, and learn how to convert strings and integers.


Objective

Students will be able to:

  • Incorporate user input into their programs
  • Convert between variable types