Browse studyfied

Looking for something? Search here to find quickly...

Recent updates
All recently added posts
Java program to find HCF of two user given numbers
HCF The greatest common divisor of two or more numerical values is called the highest…

March 26, 2019

Java program to calculate factorial of a number
Factorial A factorial is a product of an integer and all the integers below it.…

March 26, 2019

Java program to find sum of all digits in a number
Sum of digits in a number This program is much similar to this one: Find…

March 26, 2019

Java program to find product of digits in a number
Product of digits in a number This program is closely similar to this one: Count…

March 26, 2019

Java program to count number of digits in a given integer
Count number of digits in a given integer To count the number of digits in…

March 26, 2019

Java program to check whether a number is prime number or not
Prime number A prime number is an integer which is greater than 1 whose only…

March 26, 2019

Java program to check whether a number is palindrome or not
Palindrome A palindrome is anything that reads the same backward and forward. In other words…

March 26, 2019

Java program to check whether a given number is Armstrong number or not
Armstrong number An Armstrong number is a number that is equal to the sum of…

March 26, 2019

Java program to check whether a given number is perfect number or not
Perfect number A perfect number is a positive integer that is equal to the sum…

March 26, 2019

Java program to print alphabets from a to z
In this program, we are going to see how we can print alphabets in Java.…

March 26, 2019