Random Tip

Misconception: Students believe that boolean values can only be used in conditionals.

Share Misconception: Students believe that boolean values can only be used in conditionals. with FacebookShare Misconception: Students believe that boolean values can only be used in conditionals. with Twitter
  • Explain to students that boolean values are comparable to numbers or strings in that they can be used anywhere when programming.
    • This will encourage students to treat booleans as they would any other object.