Computer Science, asked by faizalmalik8950, 9 months ago

Loops are also known as iterative statements in programming languages. Is this true or false?

Answers

Answered by Anonymous
7

yes

In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly. Various keywords are used to specify this statement: descendants of ALGOL use "for", while descendants of Fortran use "do". There are other possibilities, for example COBOL which uses "PERFORM VARYING".

Answered by perfectanswers1
2

Answer:

yes, it is true

Similar questions