The layout where the controls are placed in rows and columns is the ________ layout
Fill in the blank(s) with correct word
tabular
You might also like to view...
The _________________________ displays information about the file size, the current tool, or the document dimensions.
Fill in the blank(s) with the appropriate word(s).
Find the errors in the following code segments and explain how to correct them.
``` switch (n) { case 1: cout << "The number is 1" << endl; case 2: cout << "The number is 2" << endl; break; default: cout << "The number is not 1 or 2" << endl; } ```
The ________ class contains methods for drawing text, lines, rectangles and other shapes.
a) Pictures b) Drawings c) Graphics d) Illustrations
If Doug would like to determine how many hot dogs to sell at a profit margin of $10.00 to raise $250.00 without constraints, which what-if analysis tool should he use?
A) Scenario Manager B) Solver C) Two-variable data table D) Goal Seek