Login
Remember
Register
Ask a Question
Which of the following are scala variables?
0
votes
asked
Sep 11, 2022
in
Scala Constructs
by
sharadyadav1986
Which of the following are scala variables?
a) var myVar : Int=0;
b) val myVal: Int=1;
c) Both A and B
d) None of the above
scala
variables
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 11, 2022
by
sharadyadav1986
c) Both A and B
...