CBSE BOARD XII, asked by manjumanjula6548, 3 days ago

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 ankitabareth200787
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