Search results

  1. Z

    if statements

    i was wondering can if statements be written like this (in pseudo-code) : IF condition is met do this IF condition is met do this IF condition is met do this . . . or do they have to be written like this: IF condition is met do this ELSE IF condition is met...
Top