You are viewing our Forum Archives. To view or take place in current topics click here.
Can any C++ programmers help a brotha out?
Posted:
Can any C++ programmers help a brotha out?Posted:
Status: Offline
Joined: Aug 06, 201113Year Member
Posts: 935
Reputation Power: 36
Status: Offline
Joined: Aug 06, 201113Year Member
Posts: 935
Reputation Power: 36
Im trying to make a flowchart for this and struggling badly.
A. Design an application for the homestead furniture store that gets sales transaction data including an account number customer name and purchase price. Output the account number and name then output the customers payment each month for the next 12 months. Assume that there is no finance charge that the customer makes no new purchases and that the customer pays off the balance with equal monthly payments.
B. Modify the Homestead Furniture Store application so it executes continuously for any number of customers until a sentinel value is supplied for the account number.
A. Design an application for the homestead furniture store that gets sales transaction data including an account number customer name and purchase price. Output the account number and name then output the customers payment each month for the next 12 months. Assume that there is no finance charge that the customer makes no new purchases and that the customer pays off the balance with equal monthly payments.
B. Modify the Homestead Furniture Store application so it executes continuously for any number of customers until a sentinel value is supplied for the account number.
You are viewing our Forum Archives. To view or take place in current topics click here.