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