Multiple choice Justify: cout<<++x; cout<< , ; cout<<++y; cout<< , ; cout<<- x; cout<< , ; cout<<y++; } 5, 1, 4, 11 5, 1, 4, 1 5, 1, 3, 11 5, 1, 4, 1 Reveal answer Fill a bubble to check yourself D Correct answer