Re: Help with my programming homework (python, and raptor)

2013-11-07 Thread Alister
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

Re: Help with my programming homework (python, and raptor)

2013-11-06 Thread Denis McMahon
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

Re: Help with my programming homework (python, and raptor)

2013-11-06 Thread Chris Angelico
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