To change the wrapping styles, alignment, or margins of a thumbnail picture you use the ____ options.
A. Image Properties
B. Formatting Properties
C. Edit Properties
D. Picture Properties
Answer: D
Computer Science & Information Technology
You might also like to view...
Is it possible to write code in this manner for a C++ program?
``` #define size 20 int main() { int numbers[size]; } ``` A. Yes, this is perfectly acceptable C++ code. B. No, the array dimension cannot be a variable. C. The compiler would report that there is an illegal use of a keyword. D. Yes, you could write it this way, but you would be wrong.
Computer Science & Information Technology
The declaration: Date theDate[5]; will create five objects named theDate[1] through theDate[5].
Answer the following statement true (T) or false (F)
Computer Science & Information Technology