I\'m writing a function that prompts for input and then returns different results based on the input and then asks for input again. I\'ve got it returning the correct values
One way is to put it in a while loop, and then also check for an exit input to break out.