100 Days of Java challenges

Day 13 - Arrays

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.

      Blog|Youtube|Careers|Contact Us
      Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
      100DaysOfCode@2024