Using C Language write a program: An instructor gives a multiple choice test which consists of 5 questions, each of which is  answered by a choice of one of the numbers one to five. Write a program to call function TEST  that accepts as input student name and the set of their test answers as one dimensional array.  The program should grade the test. If the student choice is 1 give 1 point. If the choice is 2, give  2 points. 3 points if choice answer is 3 and 4 pints for answer 4 and choice 5 is 5 points.  Otherwise no point is given to other choices. Print out the average score of the student in the  test. SAMPLE RUN 1: INPUT : Enter student name : LYNNE Enter Answer # 1? 2 Enter Answer # 2? 3 Enter Answer # 3? 5 Enter Answer # 4? 5 Enter Answer # 5? 4 OUTPUT : LYNNE, your total score is 19 and your average score is 3.8. SAMPLE RUN 2: INPUT : Enter student name : ROSE Enter Answer # 1? 2 Enter Answer # 2? 3 Enter Answer # 3? 7 67 Enter Answer # 4? 5 Enter Answer # 5? 4 OUTPUT : ROSE, your total score is 14 and your average score is 2.8.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Using C Language write a program:

An instructor gives a multiple choice test which consists of 5 questions, each of which is 
answered by a choice of one of the numbers one to five. Write a program to call function TEST 
that accepts as input student name and the set of their test answers as one dimensional array. 
The program should grade the test. If the student choice is 1 give 1 point. If the choice is 2, give 
2 points. 3 points if choice answer is 3 and 4 pints for answer 4 and choice 5 is 5 points. 
Otherwise no point is given to other choices. Print out the average score of the student in the 
test.
SAMPLE RUN 1:
INPUT : Enter student name : LYNNE
Enter Answer # 1? 2
Enter Answer # 2? 3
Enter Answer # 3? 5
Enter Answer # 4? 5
Enter Answer # 5? 4
OUTPUT : LYNNE, your total score is 19 and your average score is 3.8.
SAMPLE RUN 2:
INPUT : Enter student name : ROSE
Enter Answer # 1? 2
Enter Answer # 2? 3
Enter Answer # 3? 7
67
Enter Answer # 4? 5
Enter Answer # 5? 4
OUTPUT : ROSE, your total score is 14 and your average score is 2.8.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education