Nalini1998 / Project_Public

MIT License
2 stars 0 forks source link

Which statement is true about for loops? #554

Closed Nalini1998 closed 1 year ago

Nalini1998 commented 1 year ago

Which statement is true about for loops?

A. for loops always count from 0 upwards.

B. for loops are appropriate when looping a predetermined number of times.

C. for loops can never result in an infinite loop.

D. for loops always run an unknown number of times.

Nalini1998 commented 1 year ago

I chose B. for loops are appropriate when looping a predetermined number of times.