Question: Write a function that returns the sum of two numbers. Example For param1 = 1 and param2 = 2, the output should be add(param1, param2)
Write a function that returns the sum of two numbers.
Example
For param1 = 1 and param2 = 2, the output should be add(param1, param2) = 3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
