Problem Statement
Write a function getSum that returns the sum of all elements in the given array.
DEMO-C-32 โข Programming in C
Write a function getSum that returns the sum of all elements in the given array.
n, array
Sum
Submit runs every public testcase in this browser. Results and code never leave this device.
5 1 2 3 4 5
15
3 -5 -5 -5
-15
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question