I cannot seem to get this switch statement to work, I want there to be a condition that prompts the user to enter "yes" or "no" then using a switch statement if they pick the case where it says "yes" then the program continues to do its job, and then if they pick the case where they type no the program says "the choice is yours!" then closes. Can someone please tell me what I am doing wrong?