Not Implemented Method in Scala

Signaling unimplemented code sections using Scala's ??? keyword.
def myFun(x: Int, y: Int): Int = 
    val myInt1: Int = x
    val myInt2: Int = y
    ???

myFun(1, 2)

// scala.NotImplementedError: an implementation is missing
Scala
In the last part of this 3-segment Guided Project, we introduced the concept of Exploratory Data Analysis (EDA). We…
Machine Learning is a field focused on developing, comprehending, and utilizing computer programs that can learn from experience to model,…
We live in an era where reliable data has become an invaluable asset. We’re constantly bombarded with information from…
Markdown is a lightweight markup language used for creating formatted text. It was created in 2004 by John Gruber &…

Request Full Resume