Created
November 20, 2017 12:57
-
-
Save mkdika/0dddbd4b5b47504c3450a65090519284 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 Paket { | |
String deskripsi; | |
boolean fragile; | |
double berat; | |
double total; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment