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 trialGoran Boshkovski
1,580 PointsI've been stuck on the challenge task on the first step in which i should implement a function and write it. iOS probs.
Going to be honest that i'm pretty new to this coding stuff, but i tried typing the last lines of code from the 2 last videos from the course that are about functions and scopes but it seems that i can't quite catch it.
1 Answer
Krzysztof Kucharzyk
Front End Web Development Techdegree Student 4,005 PointsAll you have to do here is to create an implementation of float
float addTwo (float x, float y) { return x + y; }
Goran Boshkovski
1,580 PointsGoran Boshkovski
1,580 PointsSee, it was simple as that, thank you Krzysztof. :)
Krzysztof Kucharzyk
Front End Web Development Techdegree Student 4,005 PointsKrzysztof Kucharzyk
Front End Web Development Techdegree Student 4,005 PointsYour welcome ;)