Question: 7. Functions and arrays. (8 points) Consider the following three Java functions. (a) What are the contents of the array a [] after executing the

7. Functions and arrays. (8 points) Consider the following three Java functions. (a) What are the contents of the array a [] after executing the following three lines of code? Write your answer in the box below. int[]a={16,32,48,64}; halve 2(a); halve2(a); (b) What are the contents of the array a [] after executing the following three lines of code? Write your answer in the box below. int []a={16,32,48,64} halve3(a); halve3(a); 7. Functions and arrays. (8 points) Consider the following three Java functions. (a) What are the contents of the array a [] after executing the following three lines of code? Write your answer in the box below. int[]a={16,32,48,64}; halve 2(a); halve2(a); (b) What are the contents of the array a [] after executing the following three lines of code? Write your answer in the box below. int []a={16,32,48,64} halve3(a); halve3(a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
