Write a C++ program that implements a class with the following properties:
- data member as a, b and c i.e. principal amount, interest rate per annum and number of years respectively that are initialized as 10000,0.2 and 4
- member function for calculating and outputting the interest on the principal amount. (6 marks)
Use a constructor.
 Viewed: 357 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!