Student Reviews
( 5 Of 5 )
1 review
Video of Ruby Programming - 2 - Arithmetic Operators Tutorial in Ruby course by Jake Day channel, video No. 3 free certified online
Ruby Tutorial - basic math functions in Ruby. Ruby addition and subtraction. Ruby divide. Ruby lessons.
THE BEST EDITOR and IDE FOR PROGRAMMING http://bit.ly/Komodo-IDE-Learn-Ruby
SIGNUP TO GET MY RUBY BOOK FOR FREE
http://bit.ly/free-book-signup
FOLLOW ME BELOW
Twitter http://bit.ly/jake-day-twitter
YouTube http://bit.ly/jake-day-youtube
Facebook http://bit.ly/jake-day-facebook
SoundCloud http://bit.ly/jake-day-soundcloud
NOTES
· Arithmetic Operators
Operators Covered:
+ add
- subtract
multiply
/ divide
exponential ex. 10 x 10 x 10 1000
% modulo ex. 10/3 1 (3 goes into 10 three times with a remainder of 1)