Imperative Programming
lView of computation is as sequence of commands or assignments
l(vs. functional: as set of function declarations)
lMost basic operation is the assignment statement:
l Variable = Expression;
x = x+1;