<?php if (sqrt(7) == floor(sqrt(7))) echo "7 is a perfect square"; if (sqrt(9) == floor(sqrt(9))) echo "9 is a perfect square";
You have javascript disabled. You will not be able to edit any code.