How do I write a program that prints out all the integers below 100 that are not a square of any integer?
For instance, 5^2 =25 should not be printed, but 30 should be pr