A for loop is most useful for: A. executing some statements for a specific number of iterations B. executing some statements for as long as a certain condition is true C. executing some statements for each item in a list D. executing some statements for as long as a certain condition is false E. executing some statements for an unknown number of times

Respuesta :

Answer:

Option A and C

Explanation:

  • Loops are control structures used to rehash a given area of code a specific number of times or until a specific condition is met. Visual Basic has three principle sorts of circles: for..next circles, do circles and keeping in mind that circles.  
  • For loop is a programming language contingent iterative proclamation which is utilized to check for specific conditions and afterward over and over execute a square of code as long as those conditions are met.

Executing some the statements for the specific number of iterations. the executing some the statements for each item in a list. Thus the option A and C are correct.

What is a loop ?

The loop is a computer program that is used for sending he instructions that are repeated and if the answer required is specific then action then that is executed. If same is asked again then no farther action is needed. The loop thus refers the ways the computer programmers make the system so that it works efficiently.

Find out more information about the loop.

brainly.com/question/25220385.