Question: solve in python programming please Q7. (10 points) Create a program that prompts for a positive number greater than 2 (check this condition), then keeps
Q7. (10 points) Create a program that prompts for a positive number greater than 2 (check this condition), then keeps taking the square root of this number until the square root is less than 2 . Print the value each time the square root is taken, along with the number of times the operation has been completed. Print the square root values to only 3 decimal places. Sample Output: Enter an integer greater than 2:10000 1:100.000 2:10.000 3:3.162 4:1.778
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
