C++20 sections · 1024 units
Open in Course

Quiz: for Variations

Test understanding

Check Your Understanding

What does for (int i = 2; i <= 8; i += 2) print?

  1. A.2 4 6 8
  2. B.2 4 6
  3. C.2 3 4 5 6 7 8
  4. D.0 2 4 6 8
Start the roadmap to answer the quizzes and solve the challenges