Simple Array Sum
-
Simple Array SumEngineering WIKI/HackerRank 2021. 1. 17. 20:46
Given an array of integers, find the sum of its elements. For example, if the array , , so return . Function Description Complete the simpleArraySum function in the editor below. It must return the sum of the array elements as an integer. simpleArraySum has the following parameter(s): ar: an array of integers Input Format The first line contains an integer, , denoting the size of the array. The ..