Jump to content

ruby loops

eike93

so as many here i'm trying to learn a language and my choice was ruby but i suck when it comes to loops i just can't remember any tips here about how i can practice in getting better when it comes to loops

Link to comment
Share on other sites

Link to post
Share on other sites

Loops are somewhat language independent.

 

If you are struggling with them I would suggest you step back from ruby for a second and work with just psuedo-code until you have a better understanding.

 

From there you can implement the loop in just about any language with ease after learning the syntax.

 

Google will give you some good links on semantics:

 

http://www.tutorialspoint.com/ruby/ruby_loops.htm

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×