hi i have a problem in this code: #include<iostream.h> class exforsys{ private: int x,y; public: exforsys(int x,int y){x=0; y=0;} void getvalue(){...
Separate names with a comma.