Question: Write a program that prints all the scenarios where the GPA of a student is 2.5 or above. The student is taking three classes called
Write a program that prints all the scenarios where the GPA of a student is 2.5 or above. The student is taking three classes called EGN, EEL and EEE. The classes have the same number of credits. Below are the possible grades and the corresponding grade-points.

plz write it in c not c++
Write a program that prints all the scenarios where the GPA of a student is 2.5 or above. The student is taking three classes called 'EGN', 'EEL' and 'EEE'. The classes have the same number of credits. Below the possible grades and the corresponding grade-points. The program should print all the cases where the student will get a GPA of 2.5 or above. Also, print the number of scenarios found (replace the question mark " in the output below with the actual value). In your program, write and use a function that converts a GP grade (4 to 0) to a letter grade (A to F) Scenarios where GPA 2.5 Number of scenarios: ? EGN EEL EEE GPA A A A4.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
