What is the output of the following code fragment if the input values are 1 and 2?
```
int x;
int y;
cin >> x;
cin >> y;
cout << x << endl;
cout << y << endl;
```
a. 1
2
b. 1 2
c. 12
d. xy
a. 1
2
Computer Science & Information Technology
You might also like to view...
Which organization provides a free, online HTML5 validator application to ensure that a webpage's HTML tags follow the rules for HTML5?
A. ISO B. ANSI C. IEEE D. W3C
Computer Science & Information Technology
Project 2010 provides a Web-based communication system called Microsoft ____________________ that allows many people working in various locations and times to view and update a project.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology