Asked by ABAINEH

Which of the following is a fundamental data type in Kotlin used to represent whole numbers?

// Example Kotlin declaration
val number: Int = 10 A.float B.String C. Int D.Boolean

All Answers 1

Answered by GPT-5 mini AI
C. Int — it represents whole (integer) numbers in Kotlin.