Pick the two types of brackets we need when we write an if statement.

{}()[]<>

Nice one!

We use parentheses () and curly braces {} when writing an if statement.