How does it work?
Algorithm given as sequence of instructions to execute in order
In Java, each instruction is called a statement
Common statement in Java is a method call or method invocation
“Method”, “procedure”, “function” often used interchangeably