Review the rubric to make sure you understand the criteria for earning your grade.
Read Chapter 6 and selected sections of Chapter 9 in Introduction to Programming Using Visual Basic (11 Edition), and complete Application discussion practicing basic concepts of repetition and looping.
Create form as depicted in the exercise (Figure 6.84).
Additionally, include:
A DropDownList combo box containing possible interest rates (at least 4%, 5%, 6%, and 7%)
A Picture Box control for Larry and for Earl with a relevant image for each. Clipart Panda is recommended. Please review the Usage Terms for Clipart Panda.
A Timer control
(Optional) A scrollable List Box to display annual value of the IRA account of each person after compounding interest and adding the appropriate annual deposit—assists is debugging looping and calculation logic
All additional controls listed in 4.4 Assignment item 2.b.
Write the Visual Basic program to address the requirements of the exercise including:
Being sure to compound interest and add the annual deposit in the correct order.
The Calculate Amounts button will base compounding on the selected interest value in the DropDownList (default is 4%).
Hint: Only attempt other interest values after you are sure your compounding works with 4%.
The Picture Box images will display when the final retirement results are displayed.
After results are displayed, the Timer control will cycle the image display (visible/not visible) every five seconds. It will stop the display cycle after six timer .Tick events (remember “lifetime of variables” in Chapter 5) with the image remaining visible.
0 comments