Allan Didier

Loops and Conditionals Lesson Plan

Objectives

Students will demonstrate knowledge of loops, conditionals, and boolean logic by creating a simple Java programs involving for, while, repeat, and if statements.

Standards and Benchmarks

  • Boolean logic
  • if statements
  • while, repeat, and for statements.
  • ISTE 1d, 3d, 4a, b, c

Materials and Resources

  • Java Book Chapter 5 and 6,

In-Class Activities

  • Boolean logic description
  • If statement logic
  • Loops tutorial