首页题库练习题目详情
Visual Basic语言程序设计单选题中等

Which of the following is a correct use of the Else clause in an If statement?

AElse must be used with a Then clause
BElse can be used with multiple conditions
CElse is optional and can be omitted
DElse is only used once in a single If statement