InterviewSolution
Saved Bookmarks
| 1. |
5. Write the output for each of the following categories.1. =SUM (8, -6, 3, 20)2. AVERAGE (45, 30, 50, 47, 33)3. =MAX (-30, 45, 30, -45.4, 0)4. =POWER (2, 5)5. =QUOTIENT (97 + 43, 27 + 43) |
| Answer» SUM=(8,-6,3,20)average=(45,30,50,47,33)MAX=(-30,45,30,-45,4,0)power=(2,5)quotient=(97+43,27+43) | |