Rewrite the given conditional statement using conditional operators. if(marks >=90) String grade =” A”; else if (marks >=80) String grade = “B” ; else String grade = “C”;
Answers
Answered by
0
make it properly and then send
Similar questions