Where do we write the if statement's condition?

Between the parentheses ()Between the curly braces {}Before the if keyword

We write the condition the if statement depends on between parentheses ().