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 Intermediate Swift Properties Computed Properties

Help Please. Not getting the same results as in the example even after I copy and paste the downloadable ZIP file

I followed along the lesson fine and was typing everything out identically. When I went to compute my answer I got different values for the X and the Y values. Even after copy and pasting the downloads I receive different X and Y values. what is going on? Can someone please download the ZIP file and let me know what their final values in the right colomn are. These are the values of my print statements Point(x: 0, y: 0) Point(x: 10, y: 10) Point(x: 10, y: 18) Point(x: 0, y: 8)