if statement - conditional branch
Use if for a conditional branch.
if (condition) {
...
}
Details of conditional branch
The details of the conditional branch is explained below.
Use if for a conditional branch.
if (condition) {
...
}
The details of the conditional branch is explained below.