How is a below printed as None as the max is 3 here
val firstNum: Option[Int] = None val secondNum: Option[Int] = Some(3) val a = for { f <- firstNum s &l