Please enable JavaScript to use CodeHS

Washington Tech Apps and Coding

Lesson 1.12 User Input

Description

In this lesson, students will learn how to incorporate user input into their programs. Students will learn how to request user input as both strings and integers, where the input is stored, and how to convert strings and integers.


Objective

Students will be able to:

  • Incorporate user input into their code in order to customize their programs