// A single if statement
if (boolean expression)
Do statement;
// Or a single if with {}
if (boolean expression)
{
Do statement;
}
// A block if statement: { } required
if (boolean expression)
{
Do Statement1;
Do Statement2;
...
Do StatementN;
}
Note
THE ANSWER IS BECAUSE OF BANKS TREATS APPROACH AND examples being used such as
A.
Hope this helps for you.
Answer: NBME , NCSBN , NREMT
Explanation:
got it correct, good luck ! <3