TBH i read he lecture 3 times but still didn't understand anyway to solve these programmes.
almost every programme i use help. i know its a little wrong but then again if someone takes their time to explain it to me i'll be very thankful.
package com.codegym.task.task01.task0136;
/*
Even to the moon!
*/
public class Solution {
public static void main(String[] args) {
System.out.println(getWeight(888));
}
public static double getWeight(int earthWeight) {
earthWeight(888)*17.0;
return earthWeight;
}
}