Question: Securities is a mutable map, and we want to value it against an immutable map prices.The formula is: value = securities(symbol) prices(symbol) for every symbolsecurities.
Securities is a mutable map, and we want to value it against an immutable map prices.The formula is: value = securities(symbol) prices(symbol) for every symbolsecurities. We would like to do something like the code at the right: val value = our.price(closings)
Language Scala
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
