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

"96% of our customers have reported a 90% and above score. You might want to place an order with us."

Essay Writing Service
Affordable prices

You might be focused on looking for a cheap essay writing service instead of searching for the perfect combination of quality and affordable rates. You need to be aware that a cheap essay does not mean a good essay, as qualified authors estimate their knowledge realistically. At the same time, it is all about balance. We are proud to offer rates among the best on the market and believe every student must have access to effective writing assistance for a cost that he or she finds affordable.

Caring support 24/7

If you need a cheap paper writing service, note that we combine affordable rates with excellent customer support. Our experienced support managers professionally resolve issues that might appear during your collaboration with our service. Apply to them with questions about orders, rates, payments, and more. Contact our managers via our website or email.

Non-plagiarized papers

“Please, write my paper, making it 100% unique.” We understand how vital it is for students to be sure their paper is original and written from scratch. To us, the reputation of a reliable service that offers non-plagiarized texts is vital. We stop collaborating with authors who get caught in plagiarism to avoid confusion. Besides, our customers’ satisfaction rate says it all.

© 2022 Homeworkcrew.com provides writing and research services for limited use only. All the materials from our website should be used with proper references and in accordance with Terms & Conditions.

Scroll to Top