Question
What are the three keywords that can begin conditional statements
Answers
GPT 3.5
The three keywords that can begin conditional statements are:
1. if
2. else-if (or elif in some programming languages)
3. else
1. if
2. else-if (or elif in some programming languages)
3. else