ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Kotlin uses 1 and 0 to represent Boolean values.
Correct Answer: B — False
Boolean values are represented using true or false in Kotlin. Kotlin does not represent Boolean as 0/1 or Yes/No or Right/Wrong or Correct/Incorrect etc. So, Correct answer is false.