Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Created September 3, 2020 14:17
Show Gist options
  • Save mrnirva/95c65eec35cacc848112b0344042d5f7 to your computer and use it in GitHub Desktop.
Save mrnirva/95c65eec35cacc848112b0344042d5f7 to your computer and use it in GitHub Desktop.
package arrayssinifi;
public class ArraysSinifi {
public static void main(String[] args) {
String[] arrayim = {"Ali","Veli","Fatma"};
System.out.println("Dizinin Boyutu: "+arrayim.length);
// 3 Çıktısını Verir
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment