Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Object-Oriented Swift Value vs Reference Types Final Exam - Solution

William Hughes
William Hughes
1,949 Points

External Math Resources? Anyone?

I got everything correct as far as setting up the class, subclass, and even the instance of Square...however, I did not set up the equation of calculating area correctly (embarrassing btw). Are there any external resources that would be recommended by Team Treehouse, or anyone, to refresh us on our math skills according to what is actually used in programming, especially the equations or functions that are used most frequently in Swift? Thanks and blessings!

1 Answer

Dan Johnson
Dan Johnson
40,532 Points

For math I highly recommend Khan Academy. It's free, the videos are easy to follow, and has practice problem generation so you won't run out of material.

William Hughes
William Hughes
1,949 Points

Ah, Khan Academy! That is a good tool. Thanks a lot.