I have to creat a loop and a list with the following information and can not figure out the codes for the life of me. Can anyone help me out?
Requirements Document
Date submitted: August 23,2012
Application title: The Next Decade Pay Calculator
Purpose: This Windows application computes the amount of money an employee earns over the
next decade based on a raise,which is a percentage amount.
Program In a Windows application,the user enters the present wage per hour and the raise
Procedures: percentage amount per year to compute the yearly pay over the next 10 years.
Algorithms, 1. The application opens displaying a title and requesting the amount of present pay per
Processing,and hour and the expected raise percentage per year.
Conditions: 2. When the Calculate Pay button is clicked,the program calculates the yearly pay based
on 40 hours per week and 52 weeks per year.The raise increases each amount after the
first year.
3. The yearly amount of pay earned is displayed for the next 10 years.
4. A File menu contains a Clear and an Exit option.The Clear menu item clears the re-
sult.The Exit menu item closes the application.
Notes and 1. Non-numeric values should not be accepted.
Restrictions: 2. Negative numbers should not be allowed.
Comments: 1. The application allows decimal entries.
-I can send what I already have to someone if they think they can easily fix my mistakes. I think my whole problem is coming up with a formula that makes the list calculate the yearly income by adding the pay every year and the raise percentage. Thanks so much.

