I really don't know what is going on with this guys. I know there is still a little bit of work to be done but any help would be appreciated.
I do not have any idea what this error means and if anybody can help me out I would be so grateful.
It means you have a brace in the wrong place, or are missing a brace somewhere. The line number reported is important as you're not expected to look thru every line of the program, as you expect us to.
You may want to look at the braces at line 118, there's obviously something wrong there.
Also, you may want to look at the case statements. There is no break after each case.