Is my start_car() and stop_car() correct? Where do I set the bool start in CarSpeed? I am supposed to compute the velocity using the formula: acceleration * time. Prompts the user to enter the value for time. Before the computation of velocity, check that the car has started. If it is started, performs the computation, otherwise, set the velocity to 0. Return the velocity. How do I check that the car has started?