To output subtotals:
a. Page breaks are used.
b. Control breaks are used.
c. Line counters are used.
d. Column headings must be printed.
b. Control breaks are used.
Computer Science & Information Technology
You might also like to view...
You can use Excel to organize records, financial transactions, and business information in the form of worksheets
Indicate whether the statement is true or false
Computer Science & Information Technology
Consider the following statements:struct supplierType { string name; int supplierID; };struct paintType { supplierType supplier; string color; string paintID; }; paintType paint;What is the data type of paint.supplier?
A. string B. paintType C. supplierType D. struct
Computer Science & Information Technology