Browse Source

rewrite description

fixDevirged
Hamza elkhatri 2 years ago
parent
commit
b529e6ecf7
  1. 2
      subjects/isthesquareachild/README.md

2
subjects/isthesquareachild/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `IsTheSquareAChild` that takes a number and returns `true` if the number is a square and `false` otherwise.
Write a function `IsTheSquareAChild` that takes two numbers and returns `true` if the second number is the square of the first and `false` otherwise.
- The function should return `false` if the number is negative.
- Check only if the first parameter is the square of the second one.

Loading…
Cancel
Save