Question: 1.3 Convert the following conditional if statements to use the conditional ternary operator (?): if (grade==0){ } else if (grade>=49){ } message=Oops, student needs
1.3 Convert the following conditional if statements to use the conditional ternary operator (?): if (grade==0){ } else if (grade>=49){ } message="Oops, student needs to rewrite": } else{ else if (grade>=50 && grade
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
heres how to convert the conditional if statements in the image to use the conditional ternary o... View full answer
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
