Problem
1. Describe briefly an MVC application.
2. Explain how migration files help a developer manage a database.
3. Build a simple Rails application that returns a static document to a requesting browser, where the static document is a brief description of you.
4. Build a Rails application that accepts two integer values, produces the product of the two values, and returns the product to the client.