Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, December 17, 2012

LearnStreet Sample Solution to Lesson 9 Exercise 2



accounts = [jacks_account, jills_account, bobs_account, alices_account]
# your code here
accounts.each do |account|
    account.add_interest!(2)
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts