Q:

What are the Scala variables?

0

What are the Scala variables?


  1. var myVar : Int=0;
  2. val myVal: Int=1;
  3. Both A and B
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

Both A and B

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Scala is a programming language invented by _____... >>
<< What is the advantage of Scala?...