Engineering Principles > Sequence > Flashcards
What is the process for sequences in code?
The program will output information in the order it was given.
Ex: Print(“Hello”) Print(“Hi”) Print(“Salutations”)
The program will print the greetings from top to bottom.