+ 1
Where can I find resources for practice?
I have completed the first two modules of Ruby. I want to practice on loops and other control structures before moving on to arrays. How do I do that? Can someone let me know of any tasks or programs one can build to get a hang of it. Printing your name ten times, that's just too old and doesn't work for me.
2 Answers
+ 2
A popular one is printing the primes numbers up to a specific value. You could leave the top value as an input of your program.
0
Sprinting? Break it down for me hoooman, please.