Objects, Classes, and Variables

Objects, Classes, and Variables

The Objects, Classes, and Variables badge gets you familiar with the Ruby language. You'll learn about how to tell the Ruby interpreter what to do, set variables, and create and instantiate classes.

4 videos • 1 quiz • 0 code challenges

Extra Credit

Input and Printing

Write a small Ruby program that asks you what your name is. Have the program print out the number of characters in your name. Also have the program print out a message if your name is longer than 25 characters.