Computer Science, asked by Anonymous, 6 months ago

For loop is used when we know the number of times the loop is to be repeated. State

whether the statement is true or false.

(a) True

(b) False​

Answers

Answered by nithishdev509
0

Answer: Ture

Explanation:

Yes for loops are used when we know exactly how many times the function should repeat, hence its true!

we use forEach() if we exactly dont know how many times the loop should repeat!

Answered by aradhya1660
0

Answer:

the correct answer is true

Similar questions