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

a. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) as Decimal

Computer Science & Information Technology

You might also like to view...

When you receive a message, you can ________ it to someone who did not originally receive it

A) Mail B) Send C) Reply D) Forward

Computer Science & Information Technology

A(n) ________ is a research tool that delivers a list of synonyms

Fill in the blank(s) with correct word

Computer Science & Information Technology