To skew text, use the ____ panel.
A. Character
B. Paragraph
C. Paragraph Styles
D. Character Styles
Answer: A
Computer Science & Information Technology
You might also like to view...
In a presentation, slide numbers can be inserted into ________
A) only the header B) the header or footer C) only the footer D) the top placeholder in a slide
Computer Science & Information Technology
What is the output of the following code segment if the data entered are 3, 2 and 4?
int x, y, z; cout << “Enter three numbers: “; cin >> x >> y >> z; y = x + z; x = z + 1; cout << x << “ “ << y<< “ “ << z;
Computer Science & Information Technology