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