1. Write a program to declare and initialize an array of integers. Loop through the array and compute the average of the numbers.
2. Write a program to copy elements from one array to another array
Reading List:
1. Learn the difference between shallow-copy and deep-copy of arrays.
2. Learn about array index out of bounds exception.
1. Write a program to declare and initialize an array of integers. Loop through the array and compute the average of the numbers.
2. Write a program to copy elements from one array to another array
Reading List:
1. Learn the difference between shallow-copy and deep-copy of arrays.
2. Learn about array index out of bounds exception.