Kotlin - Collections Fundamentals
You have a list of user names and want to print "No users" if the list is empty, otherwise print the count. Which Kotlin code correctly does this?
isEmpty() to check if list has no elements.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions