Search Your Question...!

Showing posts with label A Very Big Sum. Show all posts
Showing posts with label A Very Big Sum. Show all posts

A Very Big Sum | Python Solution | HackerRank

 In this challenge, you are required to calculate and print the sum of the elements in an array, keeping in mind that some of those integers may be quite large.

Function Description

Complete the aVeryBigSum function in the editor below. It must return the sum of all array elements.

aVeryBigSum has the following parameter(s):

  • int ar[n]: an array of integers .