puts Range.new(0,100).to_a.find_all{ |i| i.to_i%2==0}.inject(0){ |sum,i| sum+i}