Question: 1#include 2. using namespace std; 4. class myOps 6. public: int operate (int &a, int &b) float operate (float a, float b) 10. int myOps:

 1#include 2. using namespace std; 4. class myOps 6. public: intoperate (int &a, int &b) float operate (float a, float b) 10.int myOps: :operate (int &a, int &b) 12 13. 14. float myOps::operate (float a, float b) 15. 16 return (a*b) return (a/b); 18.

1#include 2. using namespace std; 4. class myOps 6. public: int operate (int &a, int &b) float operate (float a, float b) 10. int myOps: :operate (int &a, int &b) 12 13. 14. float myOps: :operate (float a, float b) 15. 16 return (a*b) return (a/b); 18. int main ) 19. t 20.Yops myData: 21.myOPS 23 24. 25 26 27. myopst PmyData = new myops; int x=5, y=2; float n=5 . O , m-2 . 0 ; cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!