Advertisement
Alexandar17103

Untitled

Mar 23rd, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. package sample;
  2.  
  3. public class task5 {
  4. public static void main(String[] args) {
  5. int[] numbers = {2,13,0,9,1,4,14,1,15,18,4,6,3};
  6. System.out.println(numbers.length);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement