Sequence- JT Flashcards

1
Q

What is the process for sequences in code?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly