Question: Write a function called myRoot, that accepts two parameters, a number and the root of that number you desire as a return value ( Use
Write a function called myRoot, that accepts two parameters, a number and the root of that number you desire as a return value Use integers, you can avoid negatives and fractions For example:
To get the cube root of its I would call root
For the th root of root etc.
Using this function tell me what the th root of is in a comment at the base of the code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
