define a struct, checkingaccount, to store the following data about a checking account: account holder’s name(string), account number(int), balance(double), and the interest rate (double).
define a struct, checkingaccount, to store the following data about a checking account: account holder’s name(string), account number(int), balance(double), and the interest rate (double).