Are you confused about initializing the double variables? Since a double is a primitive, it is given a default value when you create it. For doubles, this value is 0.0. So, the current statements you...