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 trialAndrew Wynyard
3,718 PointsGoKart GoCart
This isn't really a question, but I did this mistake twice (face -> palm).
GoKart and not GoCart for the code challenges.
Just in case anyone else has done this also.
1 Answer
chestopher collins
1,086 PointsI am lost on the last one, it says i need to make an object with the new keyword but I am missing what that is.
public class Example {
public static void main(String[] args) {
System.out.println("We are going to create a GoKart");
}
GoKart Raggidy = new GoKart("Blue"); }
Joe Thompson
2,343 PointsJoe Thompson
2,343 PointsThank you Andrew! The precision required can be very frustrating, but you have to be precise with language. This kind of thing happens to me all the time.