Last active
September 30, 2019 00:51
-
-
Save sugiartocokrowibowo/fe6f4e0dcec2dbca6cae6c1c2ab963c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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