InterviewSolution
Saved Bookmarks
| 1. |
Evaluate `a^(n)`.A. 64B. 128C. 32D. 256 |
|
Answer» Correct Answer - B (a) Evaluate `(1^(2)+2^(2)+3^(2))` and express it as the exponent of the single number. (b) Simplify and get the result. |
|