Please enable JavaScript to use CodeHS

FTCE CS Exam Prep

Lesson 2.15 How to Indent Your Code

Description

In this lesson, we review how student should indent their code to make it easier to read. Indenting helps to show the structure of the code.


Objective

Students will be able to…
* Explain why it is important to indent code
* Identify proper indentation
* Modify a program to have proper indentation
* Write programs with proper indentation