Hmmm I tried that but it turned out with dodgy errors. (Besides, that's the brace that connects to Class Avi { isn't it? I also ran through the program and it seems that all brace are fine.
I put the brace back in and it now only has 2 errors:
Avi Program.cs(43,4): error CS0163 : Control cannot fall through from one case level ('case 49:') to another
Avi Program.cs(176,8): error CS0103: The name 'addDegrees' does not exist in the class or namespace 'Avi'
EDIT: I've managed to sort out the first error, it turned out I needed to break the entire switch(std) as it was a nested switch.
Now all I need to do is solve the 2nd error!
Help please!
