Skip to content

Instantly share code, notes, and snippets.

@sugiartocokrowibowo
Last active September 30, 2019 00:51
Show Gist options
  • Save sugiartocokrowibowo/fe6f4e0dcec2dbca6cae6c1c2ab963c7 to your computer and use it in GitHub Desktop.
Save sugiartocokrowibowo/fe6f4e0dcec2dbca6cae6c1c2ab963c7 to your computer and use it in GitHub Desktop.
public class LatihanClassObjectMethod004{
public static void main(String[]args){
LatihanClassObjectMethod003 myKotak = new LatihanClassObjectMethod003();
myKotak.setPanjangLebar(8,3);
double luasKotak = myKotak.hitungLuas();
System.out.println(luasKotak);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment