After you complete the first coding challenge successfully, you'll be invited to take the second coding challenge. This one will test your ability to apply basic programming principles to solve somewhat more complicated problems.
Note: These practice problems will not be found on codeacademy. Instead you will be running them through a web based development environment. Please see the setup ruby instructions on how to get started.
- Instructions
- Setup Ruby
- Chris Pine's Learn to Program
- Great for beginners; the first eight chapters will be great prep.
- Ruby Monk
- Complete the following sections in the Ruby Primer section:
- Introduction to Ruby Objects
- Introduction to Strings
- Conditions and Loops
- Arrays in Ruby
- Complete the following sections in the Ruby Primer section:
- AppAcademy: Mini Curriculum
- Example practice problems