Answer:
Check the explanation
Explanation:
pseudo code:
Start
Declarations
LomMount as Double
MonthlyPay as Double
While-begin :condition,[ MontblyPay < LoanArnount] II( LoanAmount >0]
Begin
If monthlyPay < = LoanArnount
Display " MonthlyPay "
eIse
Display "LoanAmount"
End-if
LoanAmount = LoanAmount-MonthlyPay
End-while
Stop