1-Suppose x and y are int variables and z is a double variable. Assume the following input da 37 86.56 32 What value (if any) is assigned to x. y, and z after each of the following statements executes? (Use the same input for each statement.) a. cin >> x>> y >> z; b. ein >> x>>z>» y; e. ein >>z>> x>> y: 2- Which header file must be included to use the function steprecision? 3- Which header file must be included to use the function pow? 4 Which header file needs to be included in a program that uses the data types ifstream and ofstream?

icon
Related questions
Question

help me pls

1-Suppose x and y are int variables and z is a double variable. Assume the following input data:
37 86.56 32
What value (if any) is assigned to x, y, and z after each of the following
statements executes? (Use the same input for each statement.)
a. cin >> x >> y >» t;
b. cin > x >z>> y;
e. cin >>z>> x>> y;
2- Which header file must be included to use the function steprecision?
3- Which header file must be included to use the function pow?
4 Which header file needs to be included in a program that uses the data types ifstream and
ofstream?
Transcribed Image Text:1-Suppose x and y are int variables and z is a double variable. Assume the following input data: 37 86.56 32 What value (if any) is assigned to x, y, and z after each of the following statements executes? (Use the same input for each statement.) a. cin >> x >> y >» t; b. cin > x >z>> y; e. cin >>z>> x>> y; 2- Which header file must be included to use the function steprecision? 3- Which header file must be included to use the function pow? 4 Which header file needs to be included in a program that uses the data types ifstream and ofstream?
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Computational Systems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.