Computer Science, asked by simarjotkaurtamber, 3 months ago

Rewrite the following using ternary operators:
i. if (grade > A1)
result = "Distinction";
else
result = "First division";



pls ans​

Answers

Answered by saanvigrover2007
2

(grade > A1 ? distinction : first division)

 {\mathfrak{ Useful ?? \leadsto Brainlist}}

Similar questions