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 trialMoinuddin khan Mohammad
Courses Plus Student 1,863 PointsI am hard time to complie the code for getter method that exposes the color field.
I am still having trouble executing the code my code is as follows, can anyone please help me out here.
class GoKart{ private String color ="red"; public String getcolor() { return color; } }
2 Answers
Moinuddin khan Mohammad
Courses Plus Student 1,863 Pointsi figured out the issue and fixed it,
Thank You
Tyler B
5,787 PointsIn the interest of future answer seekers can you share what was happening and what the fix was?
Moinuddin khan Mohammad
Courses Plus Student 1,863 PointsSure will do that.
Tyler B
5,787 PointsTyler B
5,787 PointsCan you provide us with a clear problem statement? What exactly is this code doing or not doing that you are or are not expecting?