Question: write in this c# with the parameters In this ICA you are not allowed to use any of the C # built - in
write in this c# with the parameters In this ICA you are not allowed to use any of the C# builtin array methods.
Write a C# program that will create an array of integers using a size specified by the user. The program will perform the following operations:
Display a title to the user.
The user will enter the size of the array using the method GetValue from assignment Limit the size from to
A method called MakeArray will receive the size of the array as an argument. Create the new integer array and fill it with random integers in the range of to Return the array to the main program.
A method called Show will display the contents of the array using the format shown in the example below.
A method called ShowReverse will display the contents of the array in reverse using the format shown in the example below. Do not use any builtin method of the Array class.
A method called Average will calculate and return the average of the values in the array as a double. Do not use any builtin method of the Array class..
A method called Largest will determine and return the largest value and its index. The main program will display the largest value and its index.
Run the program again until the user desires to exit.
A sample execution is shown below...
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
