The break statement in Scala is imported using –

66. The break statement in Scala is imported using -

  1. import scala.util.control._
  2. import scala.break
  3. import control._
  4. None of these

Answer: C) pi()

Explanation:

The break statement in Scala is imported using import scala.util.control._.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.