what my firsts line of Code in Ruby looked like #hour_of_code
codeacademy has a very exciting ruby lessens
you should check them out for a High quality coding lessens
learning to code has never been so much easier and fun
reminder : you must get your hands dirty just write some code and then see what is the output
when we think of the ways that we can solve problems usibg code i can
tell you there is nothing better then to practice it solving a very .. basic kind of a problems
printing ou
print 223 / 2
print 1 - 3
print ' you must use a logN to solve a problem '
puts 2 % 3
print ' what does this do '
print ' the latter has been very excitng to excute '
print ' now lets think of a real worl example '
print ' how many months passed since you started freecodecamp '
print ' do some calculations for the amount of the hours that has been done whike you were doing that curricle '
print 7 - 3 + 23 / 12
print 'now lets : : : think again what would you do '
Comments
Post a Comment