Home »
MCQs »
Scala MCQs
The break statement in Scala is imported using –
66. The break statement in Scala is imported using -
- import scala.util.control._
- import scala.break
- import control._
- None of these
Answer: C) pi()
Explanation:
The break statement in Scala is imported using import scala.util.control._.