A report's ________ displays at the bottom of each page of the report
A) report footer B) page header C) page footer D) report header
C
You might also like to view...
Adding a range of cells can be performed by clicking the SUM button in the Editing group of the Home tab
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. When C++ is working with an operator, it strives to convert the operands to the same type. 2. When a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive. 3. The following statement will output $5.00 to the screen: cout << setprecision(5) << dollars << endl; 4. In C++, it is impossible to display the number 34.789 in a field of 9 spaces with 2 decimal places of precision. 5. The fixed manipulator causes a number to be displayed in scientific notation.