Scala Function

[Solved] Scala Function | Scala - Code Explorer | yomemimo.com
Question : Scala function

Answered by : asir-in-tisar

def multiply(num1:Int, num2:Int):Int={	return num1*num2;	}
print(multiply(2,6))

Source : | Last Update : Sat, 14 May 22

Answers related to scala function

Code Explorer Popular Question For Scala