Question: Rewrite the If statement using only the relational operator (= 90) printf(Excellent ); else if (mark >= >= 80) printf(V. Good. ); else if (mark>=
Rewrite the If statement using only the relational operator (= 90) printf("Excellent "); else if (mark >= >= 80) printf("V. Good. "); else if (mark>= 70) printf("Good. "); else if (mark>= 50) printf("Pass. "); else printf("Failan")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
