Class complex{ private: float x,y; static int z; public: Complex(){ x=y=0.0; } static int dosomething() { z=2*y; return z;}}; What is wrong with dosomething member function?
Answers
Answered by
1
lass complex{ private: float x,y; static int z; public: Complex(){ x=y=0.0; } static int dosomething() { z=2*y; return z;}}; What is wrong with dosomething member function?
Answered by
1
Answer:
- hsshhshshshsh jsjsgsgshshhshshsh jsjsgsgshshhshshsh
Similar questions