Which of the following is not a proofing tool available in PowerPoint?

A) Thesaurus
B) Research
C) Word count
D) Spelling

C

Computer Science & Information Technology

You might also like to view...

When Track Changes is active, ________ indicate where text has been added, deleted, or formatted

Fill in the blank(s) with correct word

Computer Science & Information Technology

Create an if statement that will check if the variable salesAmt is greater than the constant SALES_QUOTA. If true, create a block statement that will calculate salesAmt * BONUS_PERCENT and store the result in a variable named bonusPay. The block statement will then compute totalPay by adding salesAmt to bonusPay. Outside of the if structure, add a println statement that will output the totalPay value. Be sure to use curly braces and semicolons appropriately.

What will be an ideal response?

Computer Science & Information Technology