Question: The following are from the Algorithm Workbench in your book on page 140. You are to complete one of these three for your practice program:
The following are from the Algorithm Workbench in your book on page 140. You are to complete one of these three for your practice program:
A retail store grants its customers a maximum amount of credit. Each customers available credit is his or her maximum amount of credit minus the amount of credit used. Write a pseudocode algorithm for a program that asks for a customers maximum amount of credit and amount of credit used. The program should then display the customers available credit.
After you write the pseudocode algorithm, convert it to a complete C++ program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
