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\# built-in 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 12. Limit the size from 4 to 10.
- 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 0 to 100. 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 built-in 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 built-in 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...
write in this c# with the parameters In this ICA

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!