Ask Question

Design an application for Bob's E-Z Loans. The application accepts a client's loan amount and monthly payment amount. Output the customer's loan balance each month until the loan is paid off.

+1
Answers (1)
  1. 26 August, 21:54
    0
    Check the explanation

    Explanation:

    pseudo code:

    Start

    Declarations

    LomMount as Double

    MonthlyPay as Double

    While-begin : condition,[ MontblyPay 0]

    Begin

    If monthlyPay < = LoanArnount

    Display " MonthlyPay "

    eIse

    Display "LoanAmount"

    End-if

    LoanAmount = LoanAmount-MonthlyPay

    End-while

    Stop
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Design an application for Bob's E-Z Loans. The application accepts a client's loan amount and monthly payment amount. Output the customer's ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers