Solution: Word Count
Explore how to implement a word count program in Ruby, focusing on variable naming conventions and using the size method as an alias for length. Understand how to simplify the solution into a single line of code to create an efficient utility program.
We'll cover the following...
We'll cover the following...
Courtney's solution
Courtney says
I found ...