Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,110

    Re: Math Game? not sure whats wrong?

    do... while(). What is in that while statement?
  2. Replies
    3
    Views
    1,110

    Re: Math Game? not sure whats wrong?

    You want to use ==, not =, in your while statement. One checks for equality, the other assigns a value.

    Although, if you're working with a boolean, you can omit "== true" altogether.
Results 1 to 2 of 2