glass
pen
clip
papers
heaphones

Create the pseudocode design that creates and prints an array of sales amounts

Create the pseudocode design that creates and prints an array of sales amounts

Create the pseudocode design that creates and prints an array of sales amounts, determines the sum of the sales amounts, the average of the sales amounts, and find the highest of the sales amounts. The design should be modular as described below. There should be 5 modules in the design. NOTE the use of SIZE and SIZE -1 in the text readings on arrays. Remember that arrays are 0 based. If an array has 5 elements (as below), they are positions 0, 1, 2, 3, and 4
The main module should
-declare the array of 5 Real sales amounts and give each element a literal value as part of the declaration statement
-call a module to print out the values in the array
-call a module calcSum() to calculate and return the sum of the sales amounts and pass the array to it as an argument
-print a line with the sum returned from calcSum()
-call a module findAverage() to calculate and return the avg of the sales amounts and pass the SIZE and sum as arguments
-print a line with the average returned from findAverage()
-call a module named findAndPrintHigh() and pass the array to it as an argument
The calcSum() module should
-accept the array as a parameter
-declare any variables necessary to compute the sum of the array
-return the sum
The findAverage() module should
-accept the sum and the SIZE as parameters
-declare any variables necessary to compute the average
-return the average
The findAndPrintHigh() module should
-accept the array as a parameter
-use the length function of the array when looping through it
-declare any variables necessary
-determine the highest value in the array
-determine the position of the highest value in the array
-print a line with the highest value and the position of that value

Add a 2nd array ( a parallel array) to the main module of part A with the names of 5 salesmen. Rewrite the findAndPrintHigh() module passing both arrays to it. Include in the line which prints the highest sales in the array, the name of the salesman who sold that high sales amount

Oder Solution Now

Why Use Our Services

1. Professional & Expert Writers: AResearchers only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided by AResearchers are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. AResearchers is known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses. First time customer will receive three free pages on their first order. 

6. 24/7 Customer Support: At AResearchers, we have put in place a team of experts who answer to all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.