In this tutorial, we will write a java program to find the largest element of an array. In theory, a largest element can be found… [Read More]
Java Program to print the duplicate elements of an array
In this tutorial, we will write java programs to print the duplicate elements of an array. For example, if an array is {1, 2, 3,… [Read More]
Java Program to right rotate the elements of an array
In this tutorial, we will write a java program to right rotate the elements of an array by a specified number. For example, if we are right… [Read More]
Java Program to left rotate the elements of an array
In this tutorial, we will write a java program to left rotate the elements of an array by a specified number. For example, if an… [Read More]
Java Program to count the frequency of each element in array
In this tutorial, we will write a java program to find the frequency of each element in the array. For example, if an array is… [Read More]
Java Program to copy all elements of one array into another array
In this tutorial, we will write a java program to copy all the elements of an array to another array. This can be easily done… [Read More]
Java Program to print the elements of an array present on odd position
Here, we will write a java program to print the elements of an array present on odd position. For example, if an array is {2, 12, 23,… [Read More]
Java Program to print the elements of an array present on even position
Here, we will write a java program to print the elements of an array present on even position. For example, if an array is {1,… [Read More]
Emirp Number in Java with example
In this tutorial, you will learn how to write a java program to check if a number is Emirp number. What is an Emirp Number?… [Read More]
Autobiographical Number in Java with example
In this tutorial, we will write a java program to check whether a given number is Autobiographical number or not. What is Autobiographical Number? An autobiographical number is a… [Read More]
Spy Number in Java with example
In this tutorial, we will write a java program to check whether a given number is Spy number or not. We will also write a program to find all… [Read More]
Neon Number in Java with example
In this tutorial, we will write a java program to check whether a given number is Neon number or not. We will also write a program to find all… [Read More]
Fascinating Number Program in Java
In this tutorial, we will write a program in Java to check for a Fascinating number. We will also write a program to display all… [Read More]
Automorphic Number Program in Java
In this tutorial, you will learn how to write java programs to check if a number is Automorphic number or not. A number is called Automorphic,… [Read More]
Java program to check whether two matrices are equal
Here we will write a java program to determine whether two matrices are equal or not. Two matrices are said to be equal if the… [Read More]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 9
- Next Page »