You can change a note's default ____ by clicking the File tab and then clicking Outlook Options.
A. color
B. size
C. font
D. all of the above
Answer: D
Computer Science & Information Technology
You might also like to view...
The term testimonial evidence refers to the process of examining malicious computer code.
a. true b. false
Computer Science & Information Technology
What is the data type of variable x in the following C++11 code:
``` int y= 2; double z = 3.5; auto x = z * y; ``` a) int b) double c) auto d)syntax error
Computer Science & Information Technology