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

I donΒ΄t get it.

Where can i see the solution?

2 Answers

As far as I understand solutions for challenges and quiz are not given though you can always post your queries here in the forum.

float radius = 14.5;

Simply because I couldn't guess which challenge Sebastian was referring to. I hope your answer helps him.

didn't seem like you gave a much better help though

Will do better next time :) .. Wish you luck with your learning process on treehouse. See you around

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

Please provide more info. Even though we know which code challenge you are referring to you still need to provide the following:

  1. In the subject you should put Code Challenge or Video or Quiz along with the title. Code Challenge: Variables

  2. In the description let us know what you have tried and what error you are getting.

  3. Paste your code. It helps to see what you typed so we can guide you better

  4. Make sure your code is formatted. See below:

    // Add a new line
    // On the new line add three back ticks followed by the name of the language

    ```objective-c
     // Paste your code inside
    ```
   // end with three back ticks