(Solved) : 3 Given Input 46 49 C Code Int X 10 Y 18 Char Z Cin X Y Z Cout X Y Z Endl Output Q44052269 . . .
C++
3. 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? Show transcribed image text 3. Given the input: 46 A 49 and the C++ code: int x = 10, y = 18; char z = ‘*’; cin >> x >> y >> z; cout
Expert Answer
Answer to 3. Given the input: 46 A 49 and the C++ code: int x = 10, y = 18; char z = ‘*’; cin >> x >> y >> z; cout …
OR