Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

Q.1. Taxonomic classification of peafowl, Tiger and cow ?

Answered: 1 week ago

Question

Q .1. Different ways of testing the present adulterants ?

Answered: 1 week ago

Question

Q.1. Health issues caused by adulteration data ?

Answered: 1 week ago

Question

Understand how to design effective service guarantees.

Answered: 1 week ago

Question

Know when firms should not offer service guarantees.

Answered: 1 week ago