A Bristle brush allows you to paint an object with an effect like a ____.
A. template
B. paint gun
C. watercolor brush
D. spray can
Answer: C
You might also like to view...
Which step of the laser printing process places toner on the drum image?
A) Exposing B) Developing C) Transferring D) Charging
Answer the following statements true (T) or false (F)
1. When C++ is working with an operator, it strives to convert the operands to the same type. 2. When a program uses the setw manipulator, the iosetwidth header file must be included in a preprocessor directive. 3. The following statement will output $5.00 to the screen: cout << setprecision(5) << dollars << endl; 4. In C++, it is impossible to display the number 34.789 in a field of 9 spaces with 2 decimal places of precision. 5. The fixed manipulator causes a number to be displayed in scientific notation.