Write the program for bank management system using c code 1


Question: Write the program for bank management system using C++ code. 1. Declares a string variable bankName and initializes it to Bank of California 2. Declares a string variable firstName 3. Declares a string variable lastName 4. Declares a float variable balance 5. Declares a float variable interest and initializes it to 8.8 6. Declares a named literal YEAR, whose value is 2016 7. Prompts the user for first name and saves the input in firstName 8. Prompts the user for last name and saves the input in lastName 9. Prompts the user for balance amount and saves the input in balance 10. Displays: Hello firstName lastName, Welcome to bankName You currently have $balance in your account. The interest rate for YEAR is interest%.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write the program for bank management system using c code 1
Reference No:- TGS02301155

Now Priced at $10 (50% Discount)

Recommended (93%)

Rated (4.5/5)