Write a program that prints the fourth root from a given real number.
Do not round the result.
Write a program that prints the fourth root from a given real number.
Do not round the result.
Sample Input 1:
16.0Sample Output 1:
2.0Create a free account to access the full topic