Create an application that gets customer account data


Problem

a. The Some Interest Credit Company provides loans to customers at 1.5 percent interest per month. Design an application that gets customer account data, including an account number, customer name, and balance due. Output the account number and name; then output the customer's projected balance each month for the next 10 months. Assume that when the balance reaches $10 or less, the customer can pay off the account. At the beginning of every month, 1.5 percent interest is added to the balance, and then the customer makes a payment equal to 5 percent of the current balance. Assume the customer makes no new purchases.

b. Modify the Some Interest Credit Company application so it executes continuously for any number of customers until a sentinel value is supplied for the account number.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an application that gets customer account data
Reference No:- TGS02647027

Expected delivery within 24 Hours