Question: ram Description In this assignment, you will redo Assignment 1 using functions and also extend its functionality Like Assignment 1, you will develop a Console


ram Description In this assignment, you will redo Assignment 1 using functions and also extend its functionality Like Assignment 1, you will develop a Console Application that grades a multiple choice test with 10 questions taken by 8 students. The applications finds each student's letter grade based on that test, and then displays: (i) a table listing names, scores and grade for all students, (ii) average, standard deviation, and median of the test scores, (ii) a histogram showing the number of students who got A, B, C, D, or F, etc. Suppose the student's names, their answers to the questions, the answer key and the score for each question are as given below Student's Answers to the Questions Jack John Jill Mary Peter Bob Nancy Pat A B ACC D E E A D D B ABCA E E A D E D D A C B E E A D C BAEDC E E A D A B DCC D E E A D B BECC D E E A D B B ACC D E E A D E BECC D E E A D Key D B D CC D A E A D Score 2 2533 4 4 4 6 7 1. The Main0 method should create one two dimensional array to store the student's answer and three different one dimensional arrays to store the student names, the answer key and the scores for each question, and initialize them to the values given above. You may create other arrays if you like, but only if necessary level. Every array you declare should be declared inside DO NOT declare any array at class- a function (Main or other) Note that we may change the student responses, the answer key and/or the scores for the questions when we test your application. So, write your code in such a way that it will work for any values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
