Challenge: Anonymous Functions
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You need to create two functions printAdd
and printSubtract
. printAdd
adds two integers and prints the result. printSubtract
subtracts two integers and ...