// Print the current angle
System.out.println( "Current angle: " + Car._Car.getCurrentAngle() );
// Changing the direction
xdrivingdirection.turnLeft( 100 );
// Print the current angle
System.out.println( "Current angle: " + Car._Car.getCurrentAngle() );
xdrivingdirection.turnRight( 150 );