Question: WRITE IN C++ LANGUAGE Write a program that reads marks of six subjects for each student in a class of five students. Your program should
WRITE IN C++ LANGUAGE
Write a program that reads marks of six subjects for each student in a class of five students. Your program should read name of those five students in a character type 2D array. The program then prints the following. Note: Use 2D array for students and their marks. a) Name of students who are fail (Assume that student is fail if average of his/her marks are less than 50). b) The corresponding number of grades in each class according to the following table: (Calculate grade on basis of students average marks in six subjects) Marks Grade >= 90 A >=75 && =65 && =50 &&
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
