0 votes
in Scala - The Diatonic Syallable by
What value does this code return?

val m1 = Map("a"->1,"b"->2,"c"->3)

m1("a")

 a. a

 b. 2

 c. b

 d. 1

1 Answer

0 votes
by
Correct answer is :- 1
...