asked 216 views
5 votes
What type of loop is most appropriate?

asked
User AdamC
by
8.1k points

1 Answer

1 vote

Answer:

✿´`·.·´`✿The for loop is probably the most common and well known type of loop in any programming language. For can be used to iterate through the elements of an array: For can also be used to perform a fixed number of iterations: By default the increment is one.

answered
User Mcbowes
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.