Iffy Understanding

Beginner CS students are quick to accept the concept of conditional statements — if <conditional> then do <something>. A lot of instruction about coding conditionals starts with real life examples of if-statements. That’s where I think the weak understanding begin… 1. if isLessonOnConditionals { 2. useBadExamples() 3. } The root concept of conditionals is program […]