Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

main.kt

fun main(args: Array<String>){
//    val a: Int = 10000 
//    val d: Double = 100.00 
//    val f: Float = 100.00f 
//    val l: Long = 1000000004 
//    val s: Short = 10 
//    val b: Byte = 1
        println("Hello world");
//    println("Your Int Value is "+a); 
//    println("Your Double  Value is "+d); 
//    println("Your Float Value is "+f); 
//    println("Your Long Value is "+l); 
//    println("Your Short Value is "+s); 
//    println("Your Byte Value is "+b);
}

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.