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

19th Mar 2018, 5:16 PM
Vishal kumar
Vishal kumar - avatar
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.
20th Mar 2018, 12:37 AM
Hatsy Rei
Hatsy Rei - avatar