Math, asked by roverdnn, 1 month ago

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 ddddd78
0

make it properly and then send

Similar questions