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 trialVarun Jain
670 Pointsfloat foodPrice = 3.50 ; how is this incorrect in initializing a float with name foodPrice and value 3.50
float foodPrice = 3.50 ; how is this incorrect in initializing a float with name foodPrice and value 3.50
float foodPrice = 3.50 ;
2 Answers
doesitmatter
12,885 PointsIt is correct.
Before you submit your answer, press the preview button and see what errors are displayed.
Varun Jain
670 PointsYea, There compiler is built to read specific string answers somehow It got solved now though
Varun Jain
670 PointsVarun Jain
670 PointsIt shows float as invalid keyword
doesitmatter
12,885 Pointsdoesitmatter
12,885 PointsThis is so weird.
This exact code worked for me:
which is the same as yours, so I don't know how this is possible.