Question: Rewrite the following if else statement using the conditional operator (?:). if (grade > 90) result 'A'; else result 'B
Rewrite the following if else statement using the conditional operator (?:). if (grade > 90) result 'A'; else result 'B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
