Biology, asked by 2020CS606, 2 months ago

write a C++ Program that contains one user defined function cal_grades.
In main function:
- Prompt user to enter obtained (0 - 100) marks for one subject.
-Call cal_grades (marks_subject)
-Print the corresponding Grade with respect to Marks.
In ser defined function
-Perform conditioning with else if statement return char value.
Function must return value.​

Answers

Answered by Anonymous
15

Explanation:

(moy == 1){cout << "January";}else if (moy == 2){cout << "Febuary";}else if (moy == 3){cout << "March";}else if (moy == 4){cout << "April";}else if (moy == 5){cout << "May";}else if (moy == 6)

Similar questions