giving a variable or constant a value ass
variable - way of referring to some storage
can change as program runs
constant - allows a value to be assigned
can't be changed as program is running
usually in all capitals
input - a value read from an
output - data generated by computer and displaye
The order in which statements are executed
Se
defining a constant first before using it in a process
If/else statements
Se
making a decision by testing a condition
repeating certain steps until told otherwise,
or until a condition has been met
variable - way of referring to some storage
can change as program runs
constant - allows a value to be assigned
can't be changed as program is running
usually in all capitals
input - a value read from an
output - data generated by computer and displaye
The order in which statements are executed
Se
defining a constant first before using it in a process
If/else statements
Se
making a decision by testing a condition
repeating certain steps until told otherwise,
or until a condition has been met