diff --git a/Sum of Array elements b/Sum of Array elements new file mode 100644 index 0000000..c5adefc --- /dev/null +++ b/Sum of Array elements @@ -0,0 +1,10 @@ + +int sumElement(int arr[],int n) +{ + long sum=0; + for(int i=0;i