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
You might also like to view...
Case-Based Critical Thinking QuestionsCase 1-1Lucy wants to develop a Web page to display her information. She wants to just start with a basic page that lists her accomplishments, her work history, and the different computer classes she has taken. She would like each section clearly identified. Which type of list would work best for listing Lucy's accomplishments?
A. ordered list B. header list C. definition list D. unordered list
You should add the file name to the header if a printout extends to more than one page
Indicate whether the statement is true or false
Which actions can NOT be done in the Comments pane?
A) Delete a comment B) Insert a new comment C) Advance to the next comment D) Change the name of a comment's author
When you insert a new row, by default the new row uses the formatting of the row above
Indicate whether the statement is true or false