Ruby Numbers

Numbers

The Ruby Numbers badge will get you comfortable working with numbers in Ruby. This badge teaches you about integers, floating point numbers, math, and more. You'll learn how to create and work with numbers, compare numbers, and work with currency.

7 videos • 1 quiz • 0 code challenges

Extra Credit

Try writing a Ruby program that asks a user to input numbers and then multiplies them together. Have the program print out the result to two decimal places regardless of whether or not the user entered an integer or floating point number.