Question: Program 2 - submit the source code and the output data file Write an interactive C++ program that determines the status of a customer's loan
Program 2 - submit the source code and the output data file Write an interactive C++ program that determines the status of a customer's loan application at a bank. The program should read in the customer's id number (eg. C3182312), checking account balance, and savings accounts balance. The program should print the customer's id number and determine and print a message indicating the status of the customer's loan application to the output data file status.txt. The status of the loan application is determined based on the following: If the checking account balance is greater than or equal to $500 and the savings account balance is greater than or equal to $1000, the Loan is APPROVED. If the checking account balance is less than $500, but the savings account balance is greater than or equal to $1000, the loan is CONDITIONALLY APPROVED. If the checking account balance is less than $500 and the savings account balance is less than $1000, the Loan is REJECTED
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
