Multiple Choice
Which of the following declares an array to contain the weekly sales of a group of salespeople for a year? (use the constant intNumSalesmen for the number of salesmen and 52 for the number of weeks)
A) Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) as Decimal
B) Dim decWeeklySalesTotal(intNumSalesmen - 1, 52) as Decimal
C) Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1)
D) Dim decWeeklySalesTotal(intNumSalesmen, 52) as Decimal
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Which statement is the best solution for
Q6: Which of the following could be used
Q7: Parallel arrays have all of the following
Q8: Which of the following statements defines a
Q9: Which of the following is the correct
Q11: Which of the following allows an application
Q12: This property of a control allows it
Q13: When changing the number of elements in
Q14: Which type of loop is designed specifically
Q15: Which of the following provides the index