When saving a PowerPoint template, the ________ file extension is used
A) .pttx B) .potx C) .pptx D) .pptp
B
You might also like to view...
Conversion constructors cannot:
a. Be applied implicitly. b. Be used to convert the arguments for overloaded operators to the types needed by those overloaded operators. c. Take exactly one argument. d. Be used implicitly in series to match the needs of an overloaded operator.
Write a program that prints the following patterns separately, one below the other each pattern separated from the next by one blank line. Use for loops to generate the patterns. All aster- isks (*) should be printed by a single statement of the form print '*', (which causes the asterisks to print side by side separated by a space). (Hint: The last two pat- terns require that each line begin
with an appropriate number of blanks.) Extra credit: Combine your code from the four separate problems into a single program that prints all four patterns side by side by making clever use of nested for loops. For all parts of this program—minimize the numbers of asterisks and spaces and the number of statements that print these characters. ![15009|489x135](upload://iNnub69JKG6J5ZiX4fe1GtdHjvJ.png)