// Print the current speed
System.out.println( "Current speed: " + Car._Car.getCurrentSpeed() );
// Slow down
xaccelerationcontrol.slowDown( 112.43 );
// Print the current speed
System.out.println( "Current speed: " + Car._Car.getCurrentSpeed() );
// Querying for the interface XDrivingDirection