The instructions are for me to develop a program that calculates the hourly, weekly, monthly and yearly salaries of an employee. Here's what i have so far.
/*
project 7 program
Morris
November 14, 2012
The purpose of this program is to calculate the salaries of employees.
Thank you for the reply and the Input as said on my paper "The input will be Generated by the user of the program and consists of the beginning pay rate, the ending pay rate and the increment to the beginning pay rate. The beginning pay rate must be edited to insure it is greater than zero, the ending pay rate must be edited to insure it is greater then the beginning pay rate, but less than 50.00. The incremental rate must also be edited to insure it is between 1.00 and 5.00.