Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Kotlin
easy
Kotlin
null safety and double bang
Single-choice MCQ
What is the type of x after this line, and does it compile?
val name: String? = "Sam" val x = name!!