Question: Write one line of code to assign grade to be P if the score is 60 or above; U otherwise. Assume grade is a char
Write one line of code to assign grade to be P if the score is 60 or above; U otherwise. Assume grade is a char variable that has been declared and score is an int variable that has been declared and initialized. You must use conditional expression.
in java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
