You are on page 1of 2

Planning

Description Type Variable Name


Main procedure (InterestRateEarnedMain)
input Interest rate real monthlyRate
amount real amount
output totla Interest real totalInterestAcc
function procedure(CalcMonthlyInterestEarned)
Parameters Copy of amount real valAmount
Copy of interest rate real valMontlyRate
subprocedure (PrintResults)
Parameters Copy of number integer valNumber
copy of amount earned real valAmountEarned
Copy of interest rate real valMontlyRate

You might also like