What symbol must be used at the end of an if statement?

(1 point)

O #

No symbol is needed at the end of an if statement in most programming languages. However, in some coding styles or languages, a semicolon (;) may be used to terminate the statement.