Almost val variables

Report a typo

Select all variables which can be declared with val without causing compile errors.

var MSG = "Hello"
var greeting = "$MSG, world!"
greeting = "Hello, John!"
var hello = greeting + MSG
Select one or more options from the list
___

Create a free account to access the full topic