VB.NET > Statements > Flashcards
What statement gives two options, one for a statement being true and one for a statement being false?
If-Then
What is the syntax for the If-Then statement?
If [Boolean Expression] Then