Created
May 31, 2018 13:27
-
-
Save operateur-mar/978b4b5b4f03cfe540c559e149042f36 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 Costumer { | |
private int accountNumber; | |
private String fullName; | |
private String email; | |
private String phoneNumber; | |
private double currentAmount; // المبلغ الحالي المتوافر في الحساب | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment