C++20 sections · 1024 units
Open in Course

Quiz: Multiple Inputs

Test your understanding

Check Your Understanding

User types 5 10 15. What are the values after int x, y; cin >> y >> x;?

  1. A.x=10, y=5
  2. B.x=5, y=10
  3. C.x=15, y=10
  4. D.x=10, y=15
Start the roadmap to answer the quizzes and solve the challenges