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
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
0
Answer:
the correct answer is true
Similar questions