// 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 oral language skills which refer to the ability of one to break down the speech in smaller units of a sentence and syllable. This is vital in jobs which require people to communicate with others like politicians, negotiators, salesmen, etc.