Answered step by step
Verified Expert Solution
Question
1 Approved Answer
WRITE IN C++ LANGUAGE URGENT HA PLEASE Write a program that reads marks of six subjects for each student in a class of five students.
WRITE IN C++ LANGUAGE URGENT HA PLEASE
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started