Question: IN C# lang Write a console app (review Module 5 for console app) that stores 3 students test stores in 3 separate arrays as integers.

IN C# lang

Write a console app (review Module 5 for console app) that stores 3 students test stores in 3 separate arrays as integers. Some did not not take all the tests, so they each have a their own length 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 is worth up to 3 points.

Extra extra credit: Ask the user to input the test scores. This is worth up to 2 points.

Submit zipped file. File name is

LastName_M07_ArrayBasics.zip

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 Databases Questions!