Find the syntax errors in the following class definition.class syntaxErrors4 //Line 1{ //Line 2public: //Line 3set(string, int, double); //Line 4void print() const; //Line 5syntaxErrors4() const; //Line 6syntaxErrors4(string, int, double); //Line 7private: //Line 8string n; //Line 9int ID; //Line 10double bal; //Line 11} //Line 12
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here