JoyLin
7人加入学习
(0人评价)
High School Science
价格 1000.00

//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

//

[展开全文]

授课教师

课程特色

图文(91)
Assignment(14)

最新学员

学员动态