• A void method(int arr)
  • B void method(int[] arr)
  • C void method(arr[])
  • D void method(array int)