Write C++ to determine a student's mark. The program will read a student' average (M) and determine the degree based on the followig rules: if M=50 and M=70 and M=80 and M=90 print Ecelent


Write C++ to determine a student's mark. The program will read a student' average (M)<br>and determine the degree based on the followig rules:<br>if M<50<br>Fail<br>if M>=50 and M<60 print pass<br>if MD=60 and M<70 print Medium<br>if M>=70 and M<80 print good<br>if M>=80 and M<90 print V.good<br>if M>=90<br>print Ecelent<br>

Extracted text: Write C++ to determine a student's mark. The program will read a student' average (M) and determine the degree based on the followig rules: if M<50 fail="" if="" m="">=50 and M<60 print="" pass="" if="" md="60" and=""><70 print="" medium="" if="" m="">=70 and M<80 print="" good="" if="" m="">=80 and M<90 print="" v.good="" if="" m="">=90 print Ecelent

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here