We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c932bb commit 0813370Copy full SHA for 0813370
exercises/square-root/instructions.md
@@ -4,7 +4,7 @@ Your task is to calculate the square root of a given number.
4
5
- Try to avoid using the pre-existing math libraries of your language.
6
- As input you’ll be given a positive whole number, i.e. 1, 2, 3, 4…
7
-- You also only need to output a positive whole number.
+- You also only need to return a positive whole number.
8
9
Some potential approaches:
10
0 commit comments