You use subscripts 1 through 10 to access the elements in a ten element array.

Answer the following statement true (T) or false (F)


False

Computer Science & Information Technology

You might also like to view...

Write a program that reads this information and summarizes the total sales by salesperson by product. All totals should be stored in the two-dimensional array sales. After each input, print the results in tabular format, with each of the columns repre- senting a particular salesperson and each of the rows representing a particular product. Cross-total each row to get the total sales of each product for last month; cross total each column to get the total sales by salesperson for last month. Your neat tabular printout should include these cross-totals to the right of the totaled rows and at the bottoms of the totaled columns. Use VBScript function FormatCurrency as part of your solution.

Use a two-dimensional array to solve the following problem. A company has four salespeople (with salesperson numbers 1 to 4) who sell five different products (with product numbers 1 to 5). Once a day, each salesperson passes in a slip for each different type of product sold. Each slip contains the salesperson number, product number and the total dollar value of that product sold that day.

Computer Science & Information Technology

To delete the character to the left of the insertion point, press:

A) Delete B) ? C) Bksp

Computer Science & Information Technology

Commands cannot be added directly to a tab

Indicate whether the statement is true or false

Computer Science & Information Technology

When exchanging e-mail with individuals in other countries, especially business e-mail, avoid trying to add hyperlinks to your messages. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology