Search:

Type: Posts; User: Rogerdodger91

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    3,499

    So if statements dont have to be paired with...

    So if statements dont have to be paired with else? for instance


    x = getint()
    if (x = 1)
    {
    blah;
    }
    blah2;
    return 0
  2. Im just going to state that you shouldnt use...

    Im just going to state that you shouldnt use while in this situation, instead use if/else.
Results 1 to 2 of 2