IN C# lang
Write a console app (review Module 5 for console app) thatstores 3 students test stores in 3 separate arrays as integers.Some did not not take all the tests, so they each have a their ownlength and we use separate arrays.
Declare and initialize each array. Use meaningful names.
Print each array as follows:
Morgan 98, 72, 65 Bowie 15, 47, 35, 92, 94 Ananya 91, 68, 87, 75 |
Extra credit: Compute the average for each with reusable code(do not have 3 separate pieces of code for the average) This isworth up to 3 points.
Extra extra credit: Ask the user to input the test scores. Thisis worth up to 2 points.
Submit zipped file. File name is
LastName_M07_ArrayBasics.zip