Skip to content

Latest commit

 

History

History

arrayPlusArray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Array plus array

7 kyu link to kata
my solution

I'm new to coding and now I want to get the sum of two arrays... Actually the sum of all their elements. I'll appreciate for your help.

P.S. Each array includes only integer numbers. Output is a number too.