Skip to content

Instantly share code, notes, and snippets.

@agusmakmun
Created May 2, 2015 16:01
Show Gist options
  • Save agusmakmun/3ab29fd94476a65e2e94 to your computer and use it in GitHub Desktop.
Save agusmakmun/3ab29fd94476a65e2e94 to your computer and use it in GitHub Desktop.
Menghitung Luas dan Keliling di Java
/*
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