Sha256: 185bb206ef5661e48738d1cf5f58edb31f60c29466fe466019ccc02baaa14037

Contents?: true

Size: 121 Bytes

Versions: 16

Compression:

Stored size: 121 Bytes

Contents

# section_6/part_4/answer.rb
# 6-4-array-puts.rb
nums = [3, 1, 4, 1, 5]

print nums, "\n"

nums.each do |n|
  puts n
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ruby_learner-1.2.0 contents/questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.15 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.14 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.13 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.11 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.10 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.9 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.8 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.7 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.6 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.5 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.4 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.3 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.2 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.1 questions/sequential_check/section_6/part_4/lib/answer.rb
ruby_learner-1.1.0 questions/sequential_check/section_6/part_4/lib/answer.rb