Write the statement that uses a conditional operator to set grant to 10 if speed is more than 68 and to 0 otherwise
(Question from Java )
Answers
Answered by
15
Answer:
grant=(speed>68?10:0);
Answered by
0
Answer:
4555667999996533727h273
Explanation:
677778897
Similar questions