Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Kiriashi

Kiriashi's Assignment

Recommended Posts

How'd I do?

 


class Class_Test
 def initialize
   @leons_kiwis = 9000
   @markeds_kiwis = 0
   @kiriashis_kiwis = 9001
   print @kiriashis_kiwis
   display_kiwi_amount
 end

 def display_kiwi_amount
   print @markeds_kiwis
   print @leons_kiwis
 end
end

 

Class_Test.new

 

I was having trouble for the longest time when I realized I was trying to print a local_variable that was defined in a different method. xD

Share this post


Link to post
Share on other sites

Haha. I know it works, I just wanna know if I pass so I can move on. ^~^

 

 

I gave you zero kiwis because you ARE a kiwi.

Share this post


Link to post
Share on other sites
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...