👤

Create aprogram that computes the grade and average, and check whether the average isexcellent, outstanding, very good, good, passed, or failed. add at least 8subjects and input their grades

Sagot :

Answer:

We can enter mark to our c program and the script will try to find out the grade by wusing series of else if condition checking. Each if else condition check for mark for a particular grade and if it is TRUE then all other checking ( else if ) are omitted.

using series of else if condition checking. Each if else condition check for mark for a particular grade and if it is TRUE then all other checking ( else if ) are omitted.Getting the Grade by using input mark in C programming by using if else condition check

Explanation:

Brainliest po :)