[SOLVED] The Function Prototype

1. Ask the user for ten (10) grades, and store the data in an array. Compute the average of all the grades. Print the original ten grades and the average.a. Declare an integer array with the name of “grades” of size 10 in the main functionb. Create a function called “getGrades” that prompts the User for the grades and puts them in an integer array.i. The function will receive an integer array and the size of the array.ii. In the function prototype and the function header, call the array “gradeArray” and call the size of the array “size.”iii. Create a For Loop that cycles through each cell of the array.iv. At each cell prompt the User for a grade.v. Store the grade entered by the User into the array cell.c. From main, send this function the array called “grades” and the size of the array.d. Create a function called “computeAverage” that computes the average of an array of integers and returns the average as a float.i. The function will receive an integer array and the size of the array.ii. In the function prototype and the function header, call the array “numbers” and call the size of the array “size.”iii. Create a For Loop that cycles through each cell of the array and computes a running total of the values stored in the array.iv. Use the size of the array to compute the average from the running total.v. Return the average through the function name.e. From main, send this function the array called “grades” and the size of the array.f. From main, print out the average returned by computeAverage.g. Create a third function called “printInts” that will print out the contents of an integer array. This function will be void.i. The function will receive an integer array and the size of the array.ii. In the function prototype and the function header, call the array “intArray” and call the size of the array “size.”iii. Create a For Loop that prints out the contents of the array.2. Generate 20 random numbers within a range of 1 to 50 and store them in an integer array named “randomArray.” Then print out the contents of the array.a. Create a function named “getRandom” that will generate a random number between any range.i. The function will receive two call-by-value arguments – the beginning value of the range and the ending value of the range.ii. Generate a random number within the specified range.iii. Send the random number back through the function name.b. In the main function, create a For Loop that cycles through the array called randomArray.i. With each cycle, call your getRandom function from main and store the random number it returns into your array.c. In main, call the function printInts to print out the contents of the array called randomArray. Make sure you use the SAME FUNCTION you created in step 1. You are just sending it a different array.d. Next, in the main function, call the function computeAverage to compute the average of the random numbers you stored in the array called randomArray. Make sure you use the SAME FUNCTION you created in step 1. You are just sending it a different array.e. In main, print out the average returned by computeAverage.

Don't use plagiarized sources. Get Your Custom Essay on
[SOLVED] The Function Prototype
Get a 15% discount on this Paper
Order Essay
Quality Guaranteed

With us, you are either satisfied 100% or you get your money back-No monkey business

Check Prices
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know that being a student these days is hard. Because of this, our prices are some of the lowest on the market.

Instead, we offer perks, discounts, and free services to enhance your experience.
Sign up, place your order, and leave the rest to our professional paper writers in less than 2 minutes.
step 1
Upload assignment instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
s
Get personalized services with My Paper Support
One writer for all your papers
You can select one writer for all your papers. This option enhances the consistency in the quality of your assignments. Select your preferred writer from the list of writers who have handledf your previous assignments
Same paper from different writers
Are you ordering the same assignment for a friend? You can get the same paper from different writers. The goal is to produce 100% unique and original papers
Copy of sources used
Our homework writers will provide you with copies of sources used on your request. Just add the option when plaing your order
What our partners say about us
We appreciate every review and are always looking for ways to grow. See what other students think about our do my paper service.
IT, Web
Excellent job on the paper!
Customer 452885, December 28th, 2022
Nursing
Great paper!
Customer 452707, June 29th, 2023
Technology
Excellent job on the paper!
Customer 452885, December 28th, 2022
Human Resources Management (HRM)
Thanks for your time.
Customer 452701, September 10th, 2023
Social Work and Human Services
Thank you for the great job
Customer 452469, February 3rd, 2021
Other
GREAT
Customer 452813, June 25th, 2022
Database design and optimization
communication was great and the work looks perfect.
Customer 452715, February 26th, 2022
Social Work and Human Services
Great Job!
Customer 452587, October 27th, 2021
Nursing
Thank you!
Customer 452707, October 16th, 2022
Nursing
Great writer (Proske). I highly recommend
Customer 452531, July 10th, 2021
Nursing
Thank you for a great paper.
Customer 452707, August 6th, 2022
Nursing
Completed early! Awesome job!!!!!
Customer 452453, March 8th, 2023
Enjoy affordable prices and lifetime discounts
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Order Now Order in Chat

Ensure originality, uphold integrity, and achieve excellence. Get FREE Turnitin AI Reports with every order.