Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One way to determine if a given number is a perfect square is to take its square root and see if the result is a whole number (integer). Another way is to check if the number is divisible by the first few perfect squares (1, 4, 9, 16, 25, etc.) without leaving a remainder.