In my previous post I asked the forum to help me make a race with an existing program I had made. I figured out a way to do this but now I got an error and I cannot solve it.
If you need any additional information just ask ^_^
In my previous post I asked the forum to help me make a race with an existing program I had made. I figured out a way to do this but now I got an error and I cannot solve it.
If you need any additional information just ask ^_^
does your vehicleCMD class have a constructor that takes in a String as a param?
You have the keyword void in your constructor for the carCMD. Remove that and it should work
public carCMD(String carName){
this.carName = carName;
}
Good job. Looks like team SMC had the car in reverse most of the race lol
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.