Statement
/ˈsteɪt.mənt/
noun — "a single instruction your code politely issues to the computer."
Statement is a fundamental unit of programming that expresses an action to be performed by the computer. Statements are the building blocks of code, defining operations like assignments, loops, conditionals, function calls, and declarations. Properly structured statements follow the syntax rules of the language to execute correctly.
Technically, Statement involves: