Any number greater than 1, (or a negative, since a negative squared is always positive and thus a bigger number), results in a larger number when squared, so all you really have to check for is that the number entered is greater than 1 or negative and then use the Math function to square it.
|