// Print the current speed
System.out.println( "Current speed: " + Car._Car.getCurrentSpeed() );
// Speed up
xaccelerationcontrol.speedUp( 123.55 );
// Print the current speed
System.out.println( "Current speed: " + Car._Car.getCurrentSpeed() );
// Slow down