I need to create a Car class that has the following fields: brand, model, and speed. Each of the fields should have accessor and a mutator methods. In addition the class should have methods that allows the user of the Car class to accelerate and to brake. Accelerating or braking should change the car speed by increments of 5 mph. You must provide a constructor that takes values for the three fields as arguments. Finally, demonstrate the usage of this class in a different file containing a main() method by using the methods to accelerate and brake methods.
my head hurts just thinking about this. Just need a help in starting, i'm always second guessing myself.
Thanks