Which of the following are correct about for and while loops?

Which of the following are correct about for and while loops?


Answer:
- for loops operate over a fixed list of items
- while loops have a test each cycle to determine if it should run again


Linux

Learn More Multiple Choice Question :