Write pseudocode algorithms for the programs described as follows:
Available Credit
A program that calculates a customer’s available credit should ask the user for the following:
• The customer’s maximum amount of credit
• The amount of credit used by the customer
Once these items have been entered, the program should calculate and display the customer’s available credit. You can calculate available credit by subtracting the amount of credit used from the maximum amount of credit.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.