Question from the Kotlin test

Concatenate two strings in Kotlin

Easy

Among these proposals, which allow to concatenate String?

val a = "Hello"
val b = "World"
Author: Vincent CotroStatus: PublishedQuestion passed 546 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!