Given the input: 46 A 49 and the C++ code: int x = 10, y = 18; char z ¹*' ; cin >> x >> y » z; cout << x << " " << y << " " << z << endl; What is the output?

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

plesase solution with explain

5. Given the input:
46 A 49
and the C++ code:
int x = 10, y = 18;
char z = ¹*';
cin >>x>> y >> z;
cout << x << " " << y << " " << z << endl;
What is the output?
6. Suppose that x and y are int variables, z is a double variable, and ch is a
char variable. Suppose the input statement is:
cin >> x >> y >> ch >> z;
What values, if any, are stored in x, y, z, and ch if the input is:
35 62.78
86 32A 92.6
12 .45A 32
a.
b.
C.
Suppose that age is an int variable and name is a string variable. What are
the values of age and name after the following input statements execute:
cin >> age;
getline (cin,
if the input is:
name);
a. 23 Lance Grant
b.
23
Lance Grant
Transcribed Image Text:5. Given the input: 46 A 49 and the C++ code: int x = 10, y = 18; char z = ¹*'; cin >>x>> y >> z; cout << x << " " << y << " " << z << endl; What is the output? 6. Suppose that x and y are int variables, z is a double variable, and ch is a char variable. Suppose the input statement is: cin >> x >> y >> ch >> z; What values, if any, are stored in x, y, z, and ch if the input is: 35 62.78 86 32A 92.6 12 .45A 32 a. b. C. Suppose that age is an int variable and name is a string variable. What are the values of age and name after the following input statements execute: cin >> age; getline (cin, if the input is: name); a. 23 Lance Grant b. 23 Lance Grant
12. Suppose that age is an int variable, ch is a char variable, and name is a
string variable. What are the values of age and name after the following
input statements execute:
cin >> age;
cin.get (ch);
getline (cin, name);
if the input is:
a.
b.
23 Lance Grant
23
Lance Grant
Transcribed Image Text:12. Suppose that age is an int variable, ch is a char variable, and name is a string variable. What are the values of age and name after the following input statements execute: cin >> age; cin.get (ch); getline (cin, name); if the input is: a. b. 23 Lance Grant 23 Lance Grant
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY