Debugging Programs into Existence
v Sometimes students in beginning programming
classes try to debug their programs into existence.
o It’s gotta have an if statement…
o and it’s gotta have an assignment statement…
o maybe I should try switching them and see if that works?
v  This is a big mistake!