Question: Make a single Java if-else statement that outputs the value of a char variable GRADE if GRADE is equal to 'A' or 'B' or 'C'
Make a single Java if-else statement that outputs the value of a char variable GRADE if GRADE is equal to 'A' or 'B' or 'C' or 'D' or 'F'; otherwise, output the message "Input Error". Redo the problem again, but this time use the not equal ( != ) relational operator in the if expression.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
