write a program to calculate simple interest using class and object concept (define the member function outside the class)hint:formula is si=(p×t×r)/100
Answers
Answered by
0
Answer:
The classes are the most important feature of C++ that leads to Object Oriented programming. Class is a user defined data type, which holds its ...
Similar questions