How do you write a in Ruby that prints out in reverse order every multiple of 3 between 1 and 200
(1..200).each do | i | ##loop it then if i % 3 == 0
this is the code i have so far
Aucun commentaire:
Enregistrer un commentaire