expand icon
book C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith cover

C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith

Edition 8ISBN: 978-1285867410
book C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith cover

C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith

Edition 8ISBN: 978-1285867410
Exercise 16
Using C++ Built-in Functions
In this exercise, you use a browser, such as Google, to find information about a built-in function that belongs to the C++ function library to answer Questions.
What is the value of the variable named result?
result = pow(10, 2);
Explanation
Verified
like image
like image

pow() function:
The function computes v...

close menu
C++ Programs to Accompany Programming Logic and Design 8th Edition by Jo Ann Smith
cross icon