- Write a Java program to sum values of an array
- Write a Java program to find the index of an array element
- Write a Java program to calculate the average value of array elements
- Write a Java program to test if an array contains a specific value
- Write a Java program to find the maximum and minimum value of an array
- Write a Java program to insert an element (specific position) into an array
- Write a Java program to reverse an array of integer values
- Write a Java program to find the common elements between two arrays
- Write a Java program to find the duplicate values of an array of integer values
- Write a Java program to convert an array to ArrayList
- Write a Java program to add two matrices of the same size
- Write a Java program to find second largest number from the array
- Write a Java program to find second lowest number from the array
- Write a Java program to find the number of even and odd integers in a given array of integers
- Write a Java program to get the difference between the largest and smallest values in an array of integers
- Write a Java program to segregate all 0s on left side and all 1s on right side of a given array of 0s and 1s
- Write a Java program to cyclically rotate a given array clockwise by one
- java program to print all unique element in an array
- Write a Java Program to Sort the Array in an Ascending Order
- Write a Java Program to Sort the Array in an Descending Order
- Write a Java Program to Sort Names in an Alphabetical Order
- Write a Java Program to Display Transpose Matrix
- Write a Java Program to Search Key Elements in an Array
- Write a Java Program to Accept the Marks of a Student and find Total Marks and Percentage