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 Objective-C Basics (Retired) Fundamentals of C Variables

Austin Keener
PLUS
Austin Keener
Courses Plus Student 55 Points

How do I see what the answer to a question I have gotten wrong is so that I can go back and figure out what I need to do

How do I see what the answer to a question I have gotten wrong is so that I can go back and figure out what I need to do to fix the issue.

variable_assignment.mm
flot radius: 14.5;

2 Answers

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

They don't exactly have an answer you can look at. They have 1) The video you can watch again. 2) The error above the code when it doesn't pass. 3) The preview will have error messages that might help. One other option would be to post the error on the forum with your code so others can help you.

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

The issue with your code is you tried to make it type flot, not float.