Statements
Sequence of instructions that tell the compiler what to do
Functions
Group of statements that execute sequentially
Function main()
Special funcrion that all c++ programs mist have
include
Indicates that we like to use the contents of iostream library
Std::cout
Stands for character output
Syntax
Rules that govern how your sentences are constructed
Syntax Error
Issues when you break a rule when constructing a program