What is the output of the following fragment? Assume that the fragment is embedded in a complete program.
int x = 214, y = 100;
P >> 1n0J
cout.width(5);
cout << "My favorite number is " << x << endl;
cout << "Which one is yours?";
cout << "Mine is " << setw(5) << y << endl;