Guest User

Untitled

a guest
Jun 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public static void main(String[] args) {
  2. int arr[] = new int[] {15,3,21,11};
  3. System.out.println(task4(arr));
  4. }
  5.  
  6. public static int[] task4(int arr[]){
  7. return arr ;
  8. }
Add Comment
Please, Sign In to add comment