Find the syntax errors in the following class definition:
class secret //Line 1
{ //Line 2
public: //Line 3
bool multiply(); //Line 4
print() const; //Line 5
secret(int = 0, int = 0); //Line 6
private: //Line 7
int one; //Line 8
int two; //Line 9
};
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.