Lab 2 -- Get Loopy -
11-02-2013, 08:26 PM
My ghost spins as many times as the user asks it to.
I solved the "yes", "Yes", "YES" issue by using the "While" condition as my loop. I set the initial "continue" variable to "yes" and then at the end had the user enter if they'd like it to run again. The "While" condition ran again if the user entered "yes", "Yes" or "YES".
Like magic!
|