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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here