Task
In this challenge, you had to create two functions.
printAdd - add two numbers and prints the result
printSubtract - subtracts two numbers and prints the result
Solution
A skeleton of the function was already provided for you. Let’s look it over.