Lists of instructions make up a program. If we want a program to work, we need to arrange the instructions in a way that makes sense.

Can you order the lines so as to output Bonjour.

Nice! Notice how the first line of our program does something new? It created something called a variable.

Not quite! The correct order would be to first set the value of greeting to Bonjour and then to use the println command.