Android Development Basic

 fun main() {

    
    val age
= 5 * 365
    val name
= "Rover"
   
    println
("Happy Birthday, ${name}!")
   
   
// Let's print a cake!
    println
("   ,,,,,   ")
    println
("   |||||   ")
    println
(" =========")
    println
("@@@@@@@@@@@")
    println
("{~@~@~@~@~}")
    println
("@@@@@@@@@@@")
   
   
// This prints an empty line.
    println
("")

    println
("You are already ${age} days old, ${name}!")
    println
("${age} days old is the very best age to celebrate!")
}

Comments

Popular posts from this blog

Use of function in mathematics

My resume using HTML and CSS