So last week, I can up with this fun idea to develop a “Random Activity Generator” using Ruby. We reviewed how to create a file, get input, and run a program. This week, I‘ll go over selecting random values, case statements and using require_relative. So let’s get started: Using rand with Inclusive Values So far…