Skip to content

raspy8766/loops-and-Iterations-Exercise-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

loops-and-Iterations-Exercise-3

top_five_cardgames = ["go fish", "war," "solitaire", "black jack", "poker"]

top_five_cardgames.each_with_index do |game, index| puts "#{index + 1}.#{game}" end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published