What is the value of a variable

Report a typo

Given the following code:

var s1 = "kotlin"
var s2 = "java"
var s3 = "scala"
s3 = s1
s1 = s2
s2 = s3

What is the value of s2?

Select one option from the list
___

Create a free account to access the full topic