First off I think we need to clarify things:

We were told you are not supposed to use relational operators in JAVA in a switch (char or int).
So can you use a switch statement or not? I ask because it looks like you are trying to use one.