The problem with my Switch Case is that the Switch variable(input) is not an integer. It is a char.
A char is an integer.

switch (input, 2, '\n')
lol. What is that? Do you believe you can make up your own format for a switch statment, and somehow the computer will know what you mean?