C++20 sections · 1024 units
Open in CourseQuiz: Multiple Inputs
Test your understanding
Check Your Understanding
User types 5 10 15. What are the values after int x, y; cin >> y >> x;?
- A.x=10, y=5
- B.x=5, y=10
- C.x=15, y=10
- D.x=10, y=15
Test your understanding
User types 5 10 15. What are the values after int x, y; cin >> y >> x;?