Answer:
In order to include a section of your text in the index, use the Mark Entry option.
.) Select the text you want to reference
- this can be any form of text contained in the document
2.) Go to the References Tab
- In the references tab, find the Index Group
3.) Find the Mark Entry button in the Index Group
- in here, you will be able to fill out the required information in making your index, just follow the instruction accordingly, and you should be fine.
4.) close it when you're done.
Answer:
True.
Explanation:
Analytical processing uses multi-levelaggregates, instead of record level access.
Answer:
while (quantity >= 50)
Explanation:
Required
Stop when quantity is less than 50
To do this, we make use of a while statement and the syntax is:
while (condition){ }
If the loop should stop when quantity is less than 50; then it means the loop would continue when quantity is greater or equal to 50
So, we have:
while (quantity >= 50)
Answer:
find reliable resources
Explanation:
if you find reliable resources, than you might able to have more help i know im not answering..but im trynna help
Answer:
In Python 3, strings are automatically encoded using Unicode.
Explanation:
i just tookthe test