Hii!
My compiler says:
Unreachable code at beginning of switch statement.
Does that mean that only the first case is not reached??
Because I've deleted all statements within the first case except for the break, and yet the problem still occurs.
Any idea?