package com.packt.chapter2 fun main(args: Array) { val int = 123 val long = int.toLong() val float = 12.34F val double = float.toDouble() }