To create a symbol, you can ____.
A. convert an existing object
B. add a preset symbol
C. create a new symbol
D. any of the above
Answer: D
Computer Science & Information Technology
You might also like to view...
When you insert a table, it is automatically aligned at the:
A) center of the page horizontally. B) right margin. C) left margin. D) position of the insertion point.
Computer Science & Information Technology
What is the correct syntax of an assert statement?
A. assert AssertionError : optionalErrorMessage B. assert booleanExpression : optionalErrorMessage C. assert stringExpression : optionalErrorMessage D. assert booleanExpression = optionalErrorMessage
Computer Science & Information Technology