Quote (carteblanche @ Feb 23 2013 12:10am)
control flow, bro.
code inside a method executes from top to bottom. so if you want to get back up, you only have a few choices. print out your code on paper trace it out with a pencil if you have to.
Well for the sake of completion I just removed the user's input and put a break; which results in the user getting the beginning menu choices again. Its a half-ass job but it fits the instruction.. However I still want to learn how to do what I was wanting to previously do.
When you say I only have a few choices to get back up the code, what do you mean exactly. I do not have much knowledge regarding this. And what knowledge I do have, is not very clear. I have had many questions during this code that turned out to be very silly simple mistakes, that I knew how to do, but overlooked.. I have a feeling I am doing the same here.
This post was edited by Malexir on Feb 23 2013 12:19am