A variable is a virtual storage location paired with an associated name which is used to store values for subsequent use by the program.
If.......statements allow the programmer to execute 2 sets of instructions when certain conditions are satisfied.
For example, if the input condition is True, the program will execute Instructions A and if condition is False, the program will execute Instructions B.
Put the codes below in their correct order.