Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Functions [4/9]

Here is an alternative way to write a definition of the function Mul.

The function body of function Mul is given as a statement block. The result of the function is given by the return statement.

The function body is executed once on each call of the function.

Loading...