0
who can do these
Design a mini project using class currency containing rupees and paise as data members. Write necessary member functions using operator overloading for the following: 1.currency (long int rup=0,int paise=0) 2.currency & operator += (currency &)(to add one currency to another) 3.currency & operator â = (currency &)(to subtract one currency from another) Accept Rupee & paise from user and display it. Concepts used: Functions, variables, classes, array, loops, breaks, boolean, vectors (or lists), template clas
1 Answer
+ 3
Please post your attempts at these tasks before asking for code. We can help you fix your code, but nobody can write your code for you.