 
 | Keyword | Definition | 
|---|---|
| arithmetic expressions | combinations of variables, operators and numbers to calculate a value | 
| arithmetic operator | a mathematical symbol such as add (+), subtract (-), divide (/) or multiply (*) | 
| assignment statement | storing a value into a variable | 
| values | data such as a number | 
| variable | a named memory location which can store a value |