Find the syntax errors in the definitions of the following classes:
a.
class AA{public:void print( );int sum( );AA( ) ;int AA(int, int);private:int x;int y;};b.
class BB{int one ;int two;public:bool equal( );print( );BB(int, int);}c.
class CC{public;void set(int, int);void print( );CC( );CC(int, int);bool CC(int, int);private:int u;int v;};
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.