Question: Rewrite the statement below using a conditional operator: if (x < 0) y = x; else y = 0; please explain your answer
Rewrite the statement below using a conditional operator:
if (x < 0)
y = x;
else
y = 0; please explain your answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
