
-----------------------------------
Cancer Sol
Sat Mar 16, 2013 1:36 pm

Switch-Cases and enums
-----------------------------------
Hey, I learned how to do switch-cases and enums a week ago, but I didn't even practice any of it until now.
My compiler said at line 21: error: expected primary-expression before ';' token
and: error: expected primary-expression before ')' token.
I'm not sure how to fix this, so can someone help me please? :)
The code is:

#include 
#include 
using namespace std;

void skipline () //Function Skips line
{
    cout 