Completed
If Statements
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ruby Programming Language - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Windows Installation
- 3 Mac Installation
- 4 Hello World / Setup
- 5 Drawing a Shape
- 6 Variables
- 7 Data Types
- 8 Working With Strings
- 9 Math & Numbers
- 10 Getting User Input
- 11 Building a Calculator
- 12 Building a Mad Libs Game
- 13 Arrays
- 14 Hashes
- 15 Methods
- 16 Return Statement
- 17 If Statements
- 18 If Statements (continued)
- 19 Building a Better Calculator
- 20 Case Expressions
- 21 While Loops
- 22 Building a Guessing Game
- 23 For Loops
- 24 Exponent Method
- 25 Comments
- 26 Reading Files
- 27 Writing Files
- 28 Handling Errors
- 29 Classes & Objects
- 30 Initialize Method
- 31 Object Methods
- 32 Building a Quiz
- 33 Inheritance
- 34 Modules
- 35 Interactive Ruby (irb)