answersLogoWhite

0

int n = 0;

while( (n*n) <= 10000 ) {

++n;

}

User Avatar

Wiki User

15y ago

What else can I help you with?