Please enable JavaScript to use CodeHS

Georgia Introduction to Software Technology

Lesson 2.15 How to Indent Your Code

Description

In this lesson, students review how they should indent their code to make it easier to read.


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