InterviewSolution
Saved Bookmarks
| 1. |
Spreadsheet expression = SUM(1, 10, 2)will return A) sum of elements 1, 3, 5, 7, 9 B) sum of elements 1, 3, 5, 7, 9, 10 C) sum of 1, 10 and 2 D) #NaN |
|
Answer» Answer: Explanation: as 1, 10 and 2 is only MENTIONED in the formula |
|