You can use the ____ dialog box to create a new table, edit any of the existing tables, or create a copy of an existing table.
A. Table Properties
B. Create Table
C. More Tables
D. Table Formats
Answer: C
You might also like to view...
A StackPanel has a vertical or horizontal flow, set by its _____ attribute.
a) Order b) Orientation c) FlowType d) Direction
Variables that are shared by every instances of a class are __________.
A. instance variables B. private variables C. public variables D. static variables
Charles needs to make changes to a flyer prepared by a friend. Charles has a graphic in the flyer and he wants to make it so that you can see the graphic through the text, so he ____.
A. changes the opacity of the text B. changes the opacity of the bitmap image C. creates a clipping mask D. blends the text and the bitmap image
Consider the following statements.double x;String y;y = String.format("%.2f", x);If x = 285.679, what is the value of y?
A. "285.00" B. "285.680" C. "285.68" D. "285.068"