Kotlin - Data Types
Which of the following is a valid way to write the number one million in Kotlin using underscores for readability?
1_000_000 uses single underscores separating groups of three digits correctly. A has consecutive underscores (invalid). B has trailing underscore (invalid). C has consecutive underscores (invalid).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions