Answer:
The answers are A and C.
Explanation:
To create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record the developer must;
A .) Create a Visualforce page with custom styling.
C.) Install an application from the AppExchange to generate documents.
This question can easily be answered if you have an idea about handling spreadsheet applications.
Let's say MS Excel
<span>Column A contains numbers from rows 1 to 20. You can use the formula _______ to find the value of the largest number divided by the total number of value.
In MS Excel, the formula MAX ( ___ ) and COUNT ( ____ ) to get the value
= MAX(A1:A20) / COUNT(A1:A20)</span>