You are on page 1of 1

NAME_________________________________ HOUR_____ Beginning Programming Lesson 4B Weekly Payment Ex 1 pg 352 Scoring Rubric 15 POINTS

You are writing a program that calculates how much money a person needs to save weekly over a number of years in order to reach a goal. Code Test Printout 10000 at 4.5% for 2 years = $91.93 per week. 1. Name and description 2. Option Explicit 3. Code Commented 4. Clear 5. Exit 6. Calculate Button correct if rate >=1 then /100 if term >1 then calculate payment o interest rate ( Interest /52) o o o o o else message: the term must be >1 end if 8. TEST DATA 2 pts __________ The test data of $10000 at 4.5% for 2 years is $91.93 per week. term ( term * 52) PV = 0 FV = goal The interest is calculated at the END of the period to.string(N2) 1 pt 5 pts __________ __________ 1 pt 1 pt 2 pts 2 pts 1 pt __________ __________ __________ __________ __________

You might also like