Created
May 10, 2019 14:48
-
-
Save denizfurkan/b23ecd0ca9e13990cac0843d34c890a4 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 Ogrenci { | |
| public String ad; | |
| public String soyad; | |
| public int numara; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment