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 trialKristopher Dallmann
203 PointsI don't believe the questions are worded correctly for true or false answers. At least i was a little confused.
Just for future users, maybe a little more explanation or a change in wording to ask if the statement below the question is Correct (True) or Incorrect (False).
If you make it clearer, one of the questions needs to be reworked as well.
Not a huge problem, but it was a little frustrating, when I answered incorrectly, but completely understood the answer, but not how the question was worded ;)
1 Answer
Ken Alger
Treehouse TeacherKristopher;
The questions ask about the value stored in the Boolean variables. Java Booleans have primitive values of either true
or false
, not correct or incorrect. I believe that is the reason for the questions being worded the way they are.
Welcome to Treehouse and happy coding,
Ken