joe5729 joe5729
  • 13-09-2021
  • Computers and Technology
contestada

When the code tells a program to repeat the same action 10 times, the code is using

a loop
an "if" statement
debugging
logical reasoning

Respuesta :

rm7387077
rm7387077 rm7387077
  • 13-09-2021

Answer:

# Assign some Boolean variables

a = True

b = False

print('a =', a, ' b =', b)

# Reassign a

a = False

print('a =', a, ' b =', b)

Explanation:

Answer Link
teacup113
teacup113 teacup113
  • 14-09-2021

Answer:

A) a loop

Explanation:

This block tells the program to repeat some action for 10 counts and then stop.

Answer Link

Otras preguntas

What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?
What is the silk road? What valuable products were traded on the silk road?