"Build a Simple iPhone App with Swift 2.0" was retired on May 31, 2020. You are now viewing the recommended replacement.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice Ruby Methods!
You have completed Practice Ruby Methods!
Your goal was to build a simple Ruby program that calculates the area and perimeter of a rectangle. Here's our solution.
Extra credit
- Write a method that accepts the length, width, and height of a box, and returns its volume (
length * width * height
). - Write a method that accepts the radius of a circle, and returns its area (
Math::PI * radius ** 2
).
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up