
-----------------------------------
CHUTHAN20
Sat Oct 21, 2006 8:23 pm

sqrt ..
-----------------------------------
Hey, help plz.

wat i am trying to do is to display all the numbers that are below 25 and whose square root is a whole number. For example 16 has a whole square root (4), but I don't want 4 is to be printed out.. I want 16 to be printed out..

thanks in advance nd.. here is the code...



#include 
#include 
int main()
{
	double i, r[25], x=0;
	for (i=0; i