search for: 8c5a4b6ac18e4b879c13839a3b5582b4

Displaying 1 result from an estimated 1 matches for "8c5a4b6ac18e4b879c13839a3b5582b4".

2013 Aug 29
10
Concatenate two arrays
Hello again ruby community! I just learned how to add two arrays(I know, i know). My program looked like this array1=[1,2,3] array2=[4,5,6] array_sum=array1+array2 I thought pretty simple stuff, they are combined. However, now i am looking to define that code as a method and I do not understand how to create the correct number of arguments, so when the method is called back it gives me my