When a bullet is indented in the Text pane of a SmartArt graphic:
A) a second label is added to an existing shape in the graphic.
B) a subordinate shape is inserted into the graphic.
C) the text in the graphic is indented.
D) the shape associated with the indented bullet is not visible in the graphic.
B
You might also like to view...
Which of the following statements is false?
a. Lambda expressions can be used anywhere functional interfaces are expected. b. A lambda consists of a parameter list followed by the arrow token and a body, as in: [parameterList] -> {statements} c.Method references are specialized shorthand forms of lambdas. d. Each of the above statements is true.
Answer the following questions true (T) or false (F)
1. Deprecated methods should be used in new Java code. 2. An array is a collection of variables all of the same type.