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 >>; b. cin > x>z>> y; c. 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?

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

programing c++

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 folowing
statements executes? (Use the same input for each statement.)
a. cin >> x >> y >» z;
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 folowing statements executes? (Use the same input for each statement.) a. cin >> x >> y >» z; 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

Blurred answer
Knowledge Booster
Function Arguments
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning