Javaprograms
Javaprograms
37) Java Program to copy all elements of one array into another array
38) Java Program to find the frequency of each element in the array
39) Java Program to left rotate the elements of an array
40) Java Program to print the duplicate elements of an array
41) Java Program to print the elements of an array
42) Java Program to print the elements of an array in reverse order
43) Java Program to print the elements of an array present on even position
44) Java Program to print the elements of an array present on odd position
45) Java Program to print the largest element in an array
46) Java Program to print the smallest element in an array
47) Java Program to print the number of elements present in an array
48) Java Program to print the sum of all the items of the array
49) Java Program to right rotate the elements of an array
50) Java Program to sort the elements of an array in ascending order
51) Java Program to sort the elements of an array in descending order
52) Java Program to Find 3rd Largest Number in an array
53) Java Program to Find 2nd Largest Number in an array
54) Java Program to Find Largest Number in an array
55) Java to Program Find 2nd Smallest Number in an array
56) Java Program to Find Smallest Number in an array
57) Java Program to Remove Duplicate Element in an array
58) Java Program to Print Odd and Even Numbers from an array
59) How to Sort an Array in Java
Java Matrix Programs
60) Java Matrix Programs
61) Java Program to Add Two Matrices
62) Java Program to Multiply Two Matrices
63) Java Program to subtract the two matrices
64) Java Program to determine whether two matrices are equal
65) Java Program to display the lower triangular matrix
66) Java Program to display the upper triangular matrix
67) Java Program to find the frequency of odd & even numbers in the given matrix
68) Java Program to find the product of two matrices
69) Java Program to find the sum of each row and each column of a matrix
70) Java Program to find the transpose of a given matrix
71) Java Program to determine whether a given matrix is an identity matrix
72) Java Program to determine whether a given matrix is a sparse matrix
73) Java Program to Transpose matrix