Exercise on Errors
Here is an exercise you can solve to test your understanding!
We'll cover the following...
Assignment
Copy your Sqrt
function from the earlier lessons and modify it to return an error
value. (This ...