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