GFG - Sum of Array using java

Publicado el: 03 septiembre 2022
en el canal de: Coding Questions
172
1

Coding Question - Sum of Array using java from GFG(geeksforgeeks)

Given an integer array Arr[] of size N. The task is to find sum of it.

Example 1:

Input:
N = 4
Arr[] = {1, 2, 3, 4}
Output: 10
Explanation: 1 + 2 + 3 + 4 = 10.
Example 2:

Input:
N = 3
Arr[] = {1, 3, 3}
Output: 7
Explanation: 1 + 3 + 3 = 7.
Your Task:
Complete the function sum() which takes array arr and single integer n, as input parameters and returns an integer denoting the answer. You don't to print answer or take inputs.
#codingquestions #java #gfg


En esta página del sitio puede ver el video en línea GFG - Sum of Array using java de Duración hora minuto segunda en buena calidad , que subió el usuario Coding Questions 03 septiembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 172 veces y le gustó 1 a los espectadores. Disfruta viendo!