Ruby Array Exercises: Compute the sum of two arrays and return the array which has the largest sum
Write a Ruby program to compute the sum of two arrays (length 3) and return the array which has the largest sum.

Ruby Code:
Output:
[2, 4, 4] [11, 3, 5]
Flowchart:

Ruby Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a Ruby program to set 5 to 1 if there is a 3 immediately followed by a 4 in a given array of integers (length 3).
Next: Write a Ruby program to create a new array of length 2 containing the middle two elements from an given array of integers of even length 2 or more.
What is the difficulty level of this exercise?
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics