there was a loop in the midterm (c++) like this:
x = 0;
y= 0;
while(!x)
{
etc...etc...
}
etc....
what is important to me is what da **** does not X mean?
i think y != x would sound much understandable but !x alone i don't understand...
can some1 help me plz?