Under which menu option of a word processing program does a star appear?
A star appears under the
menu of the word processing program.

Answers

Answer 1

UNDER THE MENU OPTION INSERT.

Answer 2

Answer:

shapes

Explanation:

Plato got it correctly


Related Questions

Modify the following code so that:
Make the pool start with a random number ([20, 30] inclusive) of coins.
Based on the number of the randomly generated coins at the beginning,
let the computer determine whether Player 1 or Player 2 will be the
winner based on the winning strategy (by printing out the winner).
After deciding the supposed winner and loser, let the computer play
out both of the roles. For the winner, the computer should be applying
the winning strategy; for the loser, the computer should generate a
random amount of coins while following all the rules of the game
Rules of the game:
a) The game starts with 22 coins in a common pool
b) The goal of the game is to take the last coin
c) Two players take turns removing 1, 2, or 3 coins from the pool
d) A player can NOT take more coins than remaining coins in the pool
e) After each turn, the judge announces how many coins remain in the
pool
f) When the last coin is taken, the judge announces the winner
turn=0 #turn=1 remaining coins-24 print(Take turns removing 1, 2, or 3 coins. ) print(You win if you take the last coin.)

Answers

Answer:

Explanation:

The following code makes all the necessary changes so that the game runs as requested in the question. The only change that was not made was making the number of coins random since that contradicts the first rule of the game that states that the game starts with 22 coins.

turn = 0

remaining_coins = 22

print("Take turns removing 1, 2, or 3 coins. ")

print("You win if you take the last coin.")

while remaining_coins > 0:

   print("\nThere are", remaining_coins, "coins remaining.")

   if turn % 2 == 0:

       # Player1

       taken_coins = int(input("Player 1: How many coins do you take?"))

       turn += 1

   else:

       # Player2

       taken_coins = int(input("Player 2: How many coins do you take?"))

       turn += 1

   if taken_coins < 1 or taken_coins > 3 or taken_coins > remaining_coins:

       print("That's not a legal move. Try again. ")

       print("\nThere are", remaining_coins, "coins remaining.")

       if turn % 2 == 0:

           # Player1

           taken_coins = int(input("Player 1: How many coins do you take? "))

           turn += 1

       else:

           # Player2

           taken_coins = int(input("Player 2: How many coins do you take? "))

           turn += 1

       remaining_coins -= taken_coins

   else:

       remaining_coins -= taken_coins

   if remaining_coins - taken_coins == 0:

       print("No more coins left!")

       if turn % 2 == 0:

           print("Player 1 wins!")

           print("Player 2 loses !")

       else:

           print("Player 2 wins!")

           print("Player 1 loses!")

           remaining_coins = remaining_coins - taken_coins

   else:

       continue

Select the correct answer.
18. Which principle of animation involves presenting an object prominently as the focus of a scene?
A.
anticipation
B.
staging
C.
timing
D.
arcs
E.
ease in and ease out

Answers

Answer:

It's either B or D

Explanation:

If it's not I'm sorry :(

Other Questions
given that the circumference of an orange us 50.24mm find the volume of the orange The job of the President, outlined in the Constitution is to...Make the lawApply the lawInterpret the lawEnforce the law Type the correct answer in the box. Spell all words correctly.Complete the sentence using the correct term.Patients who suffer from debilitating mental illness often require assistance from a . This is often a family or a close friend who helps with tasks such as cooking and getting dressed. 10 roles of government in a country A hockey stick moves toward a puck sitting on ice. A blue arrow labeled A points up from the puck. A blue arrow labeled F subscript g points down from the puck. What force is represented by vector A? If the hockey puck is moving to the right, what will happen when it is hit with a significant force by the hockey stick? Does anyone know? Thank you! Income Statement; Net Loss The following revenue and expense account balances were taken from the ledger of Guardian Health Services Co. after the accounts had been adjusted on February 28, 20Y0, the end of the fiscal year: Depreciation Expense $15,600 Insurance Expense 7,640 Miscellaneous Expense 6,080 Rent Expense 63,000 Service Revenue 299,500 Supplies Expense 3,740 Utilities Expense 24,020 Wages Expense 235,600 Prepare an income statement. Use a minus sign to indicate a net loss. Organisms are classified into different kingdoms based on?... Hi! Can anyone change this sentence into a more effective one!"A beautiful and relaxing experience"Best answer get brainly :) Please help!!!! 20 points Using complete sentences, describe at least four of the problems that can occur in a society due to population growth Find the area of the shaded region. Out of all the towns found in the Harrapan Civilization, which was the ideal town planning? 100 POINTS!!!Which condition is NOT necessary for a hurricane to form?warm ocean watersvery low air pressurehigh air pressurewarm, moist air rising 3272234518 simplify Emma Silver loses her eyesight in a nightmarish accident and she must relearn everything. How does this tragic accident affect Emma? the ideal of stationary orbit was first given by? It is believed that early humans followed a large animal known as the __________ across the land bridge into North America.A.mammothB.elephantC.bisonD.elkPlease select the best answer from the choices providedABCD 7. Should parents be allowed to manipulate the genes of their children to select for certaintraits when the children themselves cannot give consent? Julio had 20 minutes to do a three-problem quiz. He spent 11 1 4 minutes on question A and 5 4 5 minutes on question B. How much time did he have left for question C?