Identify the error in the following conditional: if x > 100 print("x is greater than 100")?
1) Missing colon at the end of the if statement
2) Missing indentation for the print statement
3) Missing parentheses around the condition
4) Missing quotation marks around the string