Chapter 2: Problem 16
Suppose \(\mathbf{x}, \mathbf{y},\) and \(\mathbf{z}\) are int variables and \(\mathbf{x}=2, \mathbf{y}=5,\) and \(\mathbf{z}=6 .\) What is the output of each of the following statements? a. cout << "x = " << x << ", y = " << y << ", z = " << z << endl; b. cout << "x + y = " << x + y << endl; c. cout << "Sum of " << x << " and " << z << " is " << x + z << endl; d. cout << "z / x = " << z / x << endl; e. cout << "2 times " << x << " = " << 2 *x << endl;
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.