Below is the question and I have answer but can advise is correct.
Explain the three statements needed to to formulate a for loop.
- Something to do before starting
- A test to perform as long as it’s true, keep looping
- Something to do after each loop (increase a variable)