Lessons: 18Length: 2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.4 Nested If Statements

This lesson will cover nested if statements giving us various levels of control flow. With nested if statements we can check for one condition and inside of that if statement we can then check for another condition to create multiple paths that our programs can follow.