Correct the imports in the following program so that the code compiles.
Imports
The place for the import
Report a typo
Sample Input 1:
Sample Output 1:
Write a program in Scala 3
object MyWorld:
import scala.collection.mutable
val animals = mutable.Seq("cat", "dog", "frog")
object AnotherWorld:
val birds = mutable.Seq("pigeon", "flamingo")
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.