Statements Flashcards
1
Q
What statement gives two options, one for a statement being true and one for a statement being false?
A
If-Then
2
Q
What is the syntax for the If-Then statement?
A
If [Boolean Expression] Then
3
Q
A