2) The last case in Scala assigns the default value to the variable n.Pattern matching in Scala is also an expression that returns a value. 3)In Scala, we can have multiple tests on a single line: case0| -1| -2=>0# responds javacase0:case-1:case-2: return0; Scala allows guards...