Search
Finish the method definition below.
Given two inputs to the method, add should return the result only if both the inputs are numbers.
add
If both or either one of the inputs is not a number, add should return Invalid Input message.
Invalid Input