Kotlin - Data Types
Which of the following Kotlin expressions correctly checks if a
Char is a digit?Char is a digit?isDigit() function as a member of Char to check if the character is a digit.isDigit() as a function on the Char instance, like ch.isDigit().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions