Question: Write a script that finds the smallest odd integer that is divisible by 11 and whose square root is greater than 132. Use a loop
Write a script that finds the smallest odd integer that is divisible by 11 and whose square root is greater than 132. Use a loop in the program. The loop should start from 1 and stop when the number is found. The program prints the message The required number is: and then prints the number. NOTE: use the rem(a,b) function that finds the reminder of the division a/b; the sqrt(x) function calculates the square root of x.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
