Every If statement block must be terminated by the ____ keyword.
A. End If
B. If End
C. End
D. Not If
Answer: A
Computer Science & Information Technology
You might also like to view...
The Captions Group is found on the Reference tab
Indicate whether the statement is true or false
Computer Science & Information Technology
The main difference between a pure virtual function and a virtual function is:
a. The return type. b. The member access specifier. c. That a pure virtual function cannot have an implementation. d. The location in the class.
Computer Science & Information Technology