I get that this topic has been discussed a lot, but other links haven't taken me anywhere on this problem. If someone would be kind and help, I'd really appreciate it.
I need to find out if the numbers square root gives us a perfect integer. And, then I need to count how many of them gave us that. I also have to count all the numbers, which I did that, but I can't seem to get around this one. The numbers are 64 bit (long).
To sum it up: I have to input a few numbers, then count how many numbers are. I did that. And then, find if any of these numbers, when in square root, give us a perfect integer. I hope I'm clear.
Any help? Thank you! :)