ShanIBChe
7 students enrolled
(0 reviews)

https://docs.google.com/document/d/19nGo511MkJSPl7MQxoF9UWpFCbJzmH0hMe67XSWb6X0/edit?usp=sharing

[Full Article]
JoyLin · 09-15 · The Task has been deleted 0

//loan calculator
OUTPUT "Please enter the loan amount in dollars"
INPUT loanamount
OUTPUT "Enter the yearly interest rate %"
INPUT interest
OUTPUT "Please enter the loan period in months"
INPUT time

intpermonth = interest div 12
intmt = loanamount * intpermonth

inttotal = intmt * time

OUTPUT "The monthly payment is", intmt + (loanamount div 12)
OUTPUT "The total payment is", inttotal + loanamount

//

[Full Article]

Teacher

Course features

Rich Text(76)
Assignment(26)

New students