How do we recognize the code block of an if statement?

By the curly braces { } surrounding itBy the parentheses ( ) surrounding itBy the fact that it only has display statementsBy the fixed one-line length

By the curly braces { } surrounding it.