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 trialRyan sTEADMAN
1,600 PointsSTUCK!!!!!
NSNumber *planck; planck = [[NSNumber alloc]initWithFloat:6.626];
I can't understand how this is wrong????
3 Answers
Kai Aldag
Courses Plus Student 13,560 Pointswait i looked up my answer to be sure and they aren't looking for the way i said (although it does work) they're looking for the literal version of array. hope this helps, if you need some more help let me know.
David Klein
Courses Plus Student 1,456 PointsKai Aldag
Courses Plus Student 13,560 Pointshey i just finished that challenge, what you need to do is combine the declaration with the implementation (so don't change lines). besides that your code looks great :) let me know if it works.