Question: Create a function that does the following: a) takes two numbers x and y with default values of 20 and 23. b) takes the difference
Create a function that does the following:
a) takes two numbers x and y with default values of 20 and 23.
b) takes the difference
c) squares this difference
d) then returns the final value
e) checks that x and y are numeric and stops with an error message otherwise
f) please provide some test cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
