Parentheses: Parentheses are symbols "(" and ")" used in programming to group expressions or pass arguments to functions.
Brackets:Brackets are symbols "[" and "]" used in programming, often for indexing arrays or accessing elements within data structures.
Statement: A statement is an instruction written in code that performs an action or operation. It represents a complete thought or command within a program.