

MCQOPTIONS
Saved Bookmarks
1. |
To raise any number to a power, use |
A. | the built-in library function pow(x,y). |
B. | the exponent symbol ^. |
C. | concatenation. |
D. | the built-in library function pow10(x). |
Answer» B. the exponent symbol ^. | |