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 trialbebasdhungana
505 Pointshelp this is confusing
help i am a 13 year old trying to learn code pls help
// Enter your code below
let firstValue:Integer = 3345234
let secondValue:Integer = 123451
1 Answer
Connor Crawford
6,405 PointsSimple fix. The integer type is represented as "Int" not "Integer. Code should look like this: let firstValue: Int = 0 let secondValue: Int = 1
bebasdhungana
505 Pointsbebasdhungana
505 Pointsthank you so much