open-source-workshop / idc-katas

0 stars 40 forks source link

find Sum of Array elements #68

Open koushik3 opened 5 years ago

koushik3 commented 5 years ago

ArraySum

Where to implement

src/arraySum.cpp

Description (optional)

write a function to compute and print the sum of elements of a given array.