Ask Question
28 June, 11:15

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

+2
Answers (1)
  1. 28 June, 11:35
    0
    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers