Multiple Choice
Which of the following is the correct statement to declare a variable that will keep track of the number of books sold at a school bookstore,and that will be available in order to display the total on a summary form?
A) Dim TotalBooksInteger As Integer
B) Static TotalBooksInteger As Integer
C) Private TotalBooksInteger As Integer
D) Friend TotalBooksInteger As Integer
Correct Answer:

Verified
Correct Answer:
Verified
Q18: The _ is available in most Windows
Q19: Give an example of when you might
Q20: The _ is found in the Project
Q21: Using a static local variable is better
Q22: No other program code can execute until
Q24: The project's assembly information can be retrieved
Q25: The ShowDialog method displays a form as
Q26: A form's Close method removes the form
Q27: Forms can be deleted by choosing "Exclude
Q28: In order to make a variable available