Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Moinuddin 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,775 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,775 PointsTyler B
5,775 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?