Created
May 2, 2015 16:01
-
-
Save agusmakmun/3ab29fd94476a65e2e94 to your computer and use it in GitHub Desktop.
Menghitung Luas dan Keliling di Java
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
/* | |
Ini adalah class getSegiEmpat.java | |
Lihat class utamanya (SegiEmpat.java): https://gist.github.com/agusmakmun/4036d5bac8699145046e | |
@author Summon Agus (L200130113) | |
@blog bloggersmart.net | |
*/ | |
public class getSegiEmpat { | |
//pemanggilan | |
public static void main(String [] args) { | |
SegiEmpat semua = new SegiEmpat(); | |
semua.showValue(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment