Lab Sheet 7: Arrays
1D Array Exercises
Question 1: Basic Array Operations
Create a Java program that:
Declares an array of 10 integers
Initializes the array with the following values: {12, 5, 23, 8, 17, 9, 31, 4, 11, 19}
Prints all elements of the array
Calculates a...
techxnomad.hashnode.dev3 min read