In this tutorial we will learn about what is automorphic number in java and write Java program for automorphic number
Continue readingTag: java program
Perfect Number In Java Program
In this tutorial , We will write perfect number program in java using for loop , while loop and recursion
Continue readingHow to convert a negative number to positive in Java
How to convert a negative number to positive will learn in this article . We can will make a negative
Continue readingPronic number Program in Java
Pronic number in java – In this article, we will write a java program to input a number and check whether
Continue readingJava program print prime numbers from 1 to 100 or 1 to n
A number which is divided by one and itself is called prime . I will suggest to you first read
Continue readingAdd two numbers without using arithmetic operators
In this program we will see how to add two numbers without using arithmetic operators in java . We can use
Continue readingCount occurrences of Character in String in Java
In this program we will count occurrences of character in string . We will give input a character and string
Continue readingJava Program to Print 1 To 10 Without Using Loop
In this article we will write a program to print 1 to 10 without loop in java. We can print
Continue readingReverse a Number in Java
In this program we will reverse a number in java using for loop , while loop and recursion .Reversing a
Continue readingJava program to check prime number
A number which is divided by one and itself is called prime number. For Example 7 is a prime number
Continue reading