Raptor Program that has two parallel arrays Solved

20.00 $

Description

5/5 - (3 votes)

Penny International has a store at the Huntsville area with 7 sales associates. At the end of each quarter, a report should be submitted to the management team located at Los Angelos, CA to evaluate the productivity of those sales associates and make recommendation for promotions based on their sales which are made during the quarter. Below is a table containing the names of those sales associates and their sales.
Sales Associate Name
Quarter’s Sales Made
Lamar Odom
$ 120,900.01
Kobe Orlando
$ 90,000.45
James Borland
$ 76, 234.18
Janet Holland
$ 110,237.81
Erica Jackson
$ 66,987.43
Muhammad Kabeer
$ 88,913.26
Chin Yi Li
$ 91,432.09
Design a Raptor Program that has two parallel arrays: a string array named people that is initialized with the names of seven sales associates, and another numeric array that contains their quarterly sales. The program should produce a report showing the name of each sales associate and his/her sales, the name of the sales associate who made the lowest sale and the amount of the sale, the name of the sales associate who made the highest sales and the amount of sale. The report should also include the total sales made during the quarter as well as the average amount of sale.
Activity Instructions-
Launch the Raptor Flowcharting Program and develop the code. Be sure to use arrays as the data structure as outlined in the problem.
Run the program so that it is free of any syntax errors and any logical errors.

  • Sales.zip