How do you make this loop until its right
figured it out
Last edited on
Use a while loop of the form:
1 2 3
|
while(!right) {
// stuff
}
|
where? i put it in and it keeps change the numbers so its not the same question being asked
Topic archived. No new replies allowed.