A C# method (such as our main method in the last section), and our application as a whole, is made up of statements. Statements are just commands or lines that perform an action. In C#, every statement ends with a semi-colon (;), because our computers are dumb and can't deal with ambiguity. They must be told when a statement ends.