Elements of a program

Report a typo

Here is a simple program in Kotlin:

fun main() {
    println("Hello, World!")
}

Match the elements of this program with their types.

Match the items from left and right columns
fun
main
println("Hello, World!")
"Hello, World!"
keyword
name
literal
statement
___

Create a free account to access the full topic