Kotlin - Control Flow as Expressions
You want to assign a grade based on score using if-else expression assignment in Kotlin. Which code correctly assigns "A" if score >= 90, "B" if score >= 80, else "C"?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions