hi
i'm new member can someone help me with this code is for create a class car
is creating a class car that has 3 private properties
make , model , elapsedmileage as string
the car class is making only from "old" or "chevrolet"
also there is a function drive that returms a msg just after calculating the elapsedmileage which is equal to the current elapsedmileage + miles...