I\'m creating a console app and using a switch statement to create a simple menu system. User input is in the form of a single character that displays on-screen
switch
switch (toupper(choice)) { case 'Q':... }
...or tolower.