Hello I've been programming for about a year and abit and I'm starting to look at my code from a visual standpoint and was wondering how I could make this code below look alot more cleaner and nicer
I agree with BlackSheep; there's just too much white-space. Personally, when working with integers (when integers represent something), I tend to use a switch. Comments wouldn't hurt either; I don't even know what your code is supposed to do.