new style

 fun main()

{

    val border = "%"

printBoarder(border)

println(" the queen of jhansi")

printBoarder(border)

}

fun printBoarder(border:String)

{

    repeat(23)

    {

        print("=")

    }

    println()

}


Comments

Popular posts from this blog

Use of function in mathematics

My resume using HTML and CSS