Okay, hi , I have this program where I'm trying to print out a loop where
x can't be less than 0 or greater than 10 and y can't be less than 0 or greater than 10.
I don't believe that this can be used: while (x !< 0);
and such... so How would I do something similar to this while using a loop?