________ are the vertical and horizontal lines on a worksheet that help define a cell's boundaries
Fill in the blank(s) with the appropriate word(s).
Answer: Gridlines
You might also like to view...
The delete [] operator:
a. Can terminate the program. b. Must be told which destructor to call when destroying an object. c. Can delete an entire array of objects declared using new. d. Is called implicitly at the end of a program.
What are the important differences between the agile approach and the process maturity approach to software process improvement?
What will be an ideal response?
In the Array class defined in Chapter 4, how do you instantiate an array object that can hold 10 values?
A. myArray(10) = Array B. Array myArray, 10 C. myArray = Array(10) D. Array(10) myArray
A special character that is used to separate a text file is called a:
What will be an ideal response?