Whats wrong with my bool?

close no help here
Last edited on
closed account (48T7M4Gy)
Put your reams of code to one side and write a short program for yourself concentrating on the bool aspect and then, when you have that right, scale up to your main job.


Also: If you nest if's then technically you can do it but I try to program without ever using else if as it usually ends up as a nightmare. Especially when you don't have pseudocode plan, which most students don't.
Last edited on
You can't defined functions inside other functions, so you have to put the definition of habitable outside of main.
Topic archived. No new replies allowed.