I am in a computer science academic event and in the practice tests, they give a code fragment and ask what the output will be. I know that the if statement can be notated like:if (someBoolean){ someEvent}
But the test sometimes write the if statement like:I need to know how to understand the second example. What does it mean and what kind of things go before each semicolon?if (something; somethingElse; somethingElseElse;)