Multiple Choice
To use the sqrt() function, or other mathematical library functions, you must #include the header file in your program.
A) cmath
B) mathlib
C) iomanip
D) iostream
E) algebra
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The cin object lets the user enter
Q9: When an operator's operands are of different
Q17: The cin object can be used to
Q20: Which of the following statements about named
Q21: In C++, the 5 basic arithmetic operators
Q22: The following statement sets sum1, sum2, and
Q26: The cin object must be followed by<br>A)one
Q27: The following pair of C++ statements will
Q28: In any program that uses the cin
Q30: When converting some algebraic expressions to C++,