Skip to content

raspy8766/Loops-and-Iterations-Exercise-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Loops-and-Iterations-Exercise-1

x = [1, 2, 3, 4, 5] x.each do |a| a + 1 end

This code had no output to display the value of 'a'. Therefore, when the value of a was changing it was not known by the user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published