On Thu, 07 Nov 2013 12:07:06 +1100, Chris Angelico wrote:
> On Thu, Nov 7, 2013 at 11:56 AM, jonny seelye
> wrote:
>> Employee Salaries Use the following test data to test your program.
>> Employee Name Salary John$45,600 Average Salary: $63,
>> 862.50 Sue $55,400 Highes
On Wed, 06 Nov 2013 16:56:26 -0800, jonny seelye wrote:
> Since the name of the employee will be a string and the
> salary will be a number, you decide to use two parallel
> arrays to store the data.
The hell I do! I decide to do this:
# data initialisation
minsal = maxsal = sumsal = 0.0
minpe
On Thu, Nov 7, 2013 at 11:56 AM, jonny seelye wrote:
> Employee Salaries
> Use the following test data to test your program.
> Employee Name Salary
> John$45,600 Average Salary: $63, 862.50
> Sue $55,400 Highest Salary: $89,750
> David $64,700 Lowest Salary: $4
Employee Salaries
You are working for a medium sized construction company as an intern in
the Information Technology department. A director in the Human Resources
department recently asked the IT department to write a small program that will
help them do a salary comparison. The progra