What is the output produced by the following code fragment?

int i = 3;
cout << "The value of i is " << sqrt(pow(i,4.0)) << endl;

9.0

Computer Science & Information Technology

You might also like to view...

When you want more information about a specific color in your document, use the ____ to show the color values beneath the mouse pointer.

a. Info panel b. Color panel c. Mouse panel d. Value panel

Computer Science & Information Technology

Each member of a structure is accessed by giving both the structure name and individual data item name, separated by a ____.

A. @ B. -> C. : D. .

Computer Science & Information Technology