double answer = Math.Pow(3, 2);
The result of the call to Math.Pow( ) in the above statement is to store ____ in answer:

A. 9
B. 3, 2
C. 6
D. an error message


Answer: A

Computer Science & Information Technology

You might also like to view...

Suppose we are given an STL vector container named vec that holds values of type double. What do each of vec[0], vec.front(), *(vec.begin()), *(vec.end() - vec.size())and *(vec.rend()-1) mean?

What will be an ideal response?

Computer Science & Information Technology

An operator acts upon:

A. variables, constants, and objects B. variables and numbers only C. variables, constants, and numbers only D. numbers only

Computer Science & Information Technology

Create a Web page which applies the invert filter to an image if the user moves the mouse over the image.

What will be an ideal response?

Computer Science & Information Technology

Excel's Print Titles command allows the user to specify rows and columns that will repeat on each printed page

Indicate whether the statement is true or false

Computer Science & Information Technology