SINGLE DIMENSION ARRAYS
23 programming challenges to help you master the fundamentals of CORE JAVA PROGRAMMING.
1
Program to copy all elements of one array into another array
2
Program to find the frequency of each element in the array
3
Program to left rotate the elements of an array
4
Program to print the duplicate elements of an array
5
Program to print the elements of an array
6
Program to print the elements of an array in reverse order
7
Program to print the elements of an array present on even position
8
Program to print the elements of an array present on odd position
9
Program to print the largest element in an array
10
Program to print the smallest element in an array
11
Program to print the number of elements present in an array
12
Program to print the sum of all the items of the array
13
Program to right rotate the elements of an array
14
Program to sort the elements of an array in ascending order
15
Program to sort the elements of an array in descending order
16
Program to Find 3rd Largest Number in an array
17
Program to Find 2nd Largest Number in an array
18
Program to Find Largest Number in an array
19
to Program Find 2nd Smallest Number in an array
20
Program to Find Smallest Number in an array
21
Program to Remove Duplicate Element in an array
22
Program to Print Odd and Even Numbers from an array
23