Ad
  • Default User Avatar

    Hello, I'm a beginner to ruby and coding in general, can you explain to me each little part of the code? I'm trying to understand how you got it to work and it's just not happening

  • Default User Avatar

    Hello I am a beginner at ruby (a super beginner if you will) and I liked this solution to the problem. I'm having trouble understanding why you pushed rv[-1] + rv[-2] to rv and not rv[1] + rv[2]?