Skip to content

Instantly share code, notes, and snippets.

@denizfurkan
Created May 10, 2019 14:48
Show Gist options
  • Select an option

  • Save denizfurkan/b23ecd0ca9e13990cac0843d34c890a4 to your computer and use it in GitHub Desktop.

Select an option

Save denizfurkan/b23ecd0ca9e13990cac0843d34c890a4 to your computer and use it in GitHub Desktop.
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