Question: The Kotlin .. operator can be written as which function?

  1. `a.from(b)`
  2. `a.range(b)`
  3. `a.rangeTo(b)`
  4. `a.to(b)`

Answer: The correct answer of the above question is Option C:`a.rangeTo(b)`