public static double getWeight(int earthWeight) { double getWeight = earthWeight * 0.17; return getWeight;