Write a program that uses class members and instance members to manipulate different bank accounts. Bank accounts can be of two types. In one type the initial amount is Rs 25000 and in other type the initial amount is Rs 45000. Use a class field to keep count of no. of account opened. Common rate of interest is 8.75% p.a .The interest is to be calculated for one year and then balance is to be updated.
Account
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)