Answer:
def my_sqrt(a):
while True:
x = a
y = (x + a / x) / 2
if (y == x):
break
else:
x = y
print(x)
return 0
my_sqrt(5)
Explanation:
The above is a function in Python, and the exact copy as code of what is being given in the question. Its a method to find out the square root of a number which is a here. The while loop has been used as being mentioned in the question, and the variables are defined and calculated as being stated.
Answer:
The answer IS digital convergence.
Explanation:
Answer:
1 1
Explanation:
First we have funny = 7 and serious = 15 .Then after that remainder when serious is divided by 2 is stored in funny that is 1.if condition will be false because funny is equal to 1.else if condition will also be false because it is not 2.So else will be executed and funny =1 and serious =1.
Output=1 1
Answer:
Can u pls answer my questions I’m so stuck and I need them by tmrw or today pls I don’t know how to get ahold of u
Explanation:
Answer:
Following are some of important functions of an operating System.
Memory Management.
Processor Management.
Device Management.
File Management.
Security.
Control over system performance.
Job accounting.
Error detecting aids.
Explanation:
PLS MAKE ME AS BRAINLIST