Functions 1 – Sum

Construct a program that uses a function to calculate the sum of two numbers. The two numbers should be passed into the function as parameters.

Scroll to Top