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

Related questions

0 votes
+1 vote
asked Feb 19, 2023 in Oracle by GeorgeBell
+1 vote
asked Jun 30, 2019 in Spark Sql by anonymous
...