0
Help me find the bug in this code
Bug in square root code https://code.sololearn.com/cSU9Vj3Qt9HM/?ref=app
2 Antworten
+ 3
While statement is causing infinite loop
+ 3
The problem is that you have an infinite loop causing the program to take input infinitely.
Due the method of playground to take input an error occurred.