mutaSet: scala.collection.mutable.Set[Int] = Set(1, 2, 3) Not Set(3,2,1).
Expected: capital ++= List(... Actual: capital ++ List(...
6th line: Paris is the capital of France (not France is the capital of Paris) FIXED
Copyright © 2024 Artima, Inc. All rights reserved.