Multiple Choice
When using an array in a GUI program, if array values will change based on user input, where must the array be stored?
A) It must be stored inside the method that processes the user's events.
B) It must be stored inside an event handler.
C) It must be stored outside the method that processes the user's events.
D) It must be stored outside of the main program.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: When you declare an object, what are
Q2: How can you assign nondefault values to
Q3: Arrays are useful when you need to
Q5: In C#, an array's elements are numbered
Q6: What will be the highest subscript value
Q7: Explain how to use a for loop
Q8: How can you change the size of
Q9: Under what circumstances does the BinarySearch() method
Q10: What method does not sort array elements,
Q11: Describe the circumstances where you can use