Hi, Barbie!

Report a typo

What will be printed on the following code execution:

lazy val risky: Int = {
  println("Hi, Ken!")
  throw RuntimeException()
}
println("Hi, Barbie!")
Select one option from the list
___

Create a free account to access the full topic