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 trialjurgen meco
30 Pointssomeone please help
i need help with the for in loop challenge,
1 Answer
Jhoan Arango
14,575 PointsHello:
For in loops are fun, you can do so much with them. In this case they want you to do a table, I will do something similar to it, but won't give you the straight up answer to your challenge this way you can work on it, and figure it out. This will help you understand better. But if for some reason you can't, then perhaps I can help you with the answer.
for number in 1...5 {
print("\(number) + \(number) = \(number + number)")
}
It's very similar to what they want in the challenge, you just have to do some changes and you should be good.
Let me know if you need more help.
Good luck
Jhoan Arango
14,575 PointsJhoan Arango
14,575 PointsHi Jurgen.
I've seen several of your post, and most of them don't have a solid question where other students and moderators can help you with a good explanation. And this is due to not being specific about your question, and it's a common problem so don't worry, unfortunately you are not getting the best answers nor it's helping you understand your problem at hand.
Perhaps looking into these links can help you with how to get the best out of your question.
Good luck, and looking forward to your questions.