0
How to find the square root of a number?
With C++ language
3 ответов
+ 4
I'm not good at c++ but But the algorithm must be:
get an integer or float number as input then power the input by 1/2
+ 4
Amirreza Hashemi I think you mean "power of 1/2" instead of "multiply by 1/2"?