Browse studyfied

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

Recent updates
All recently added posts
Java basic input output integer
Input output integer Java has multiple ways to read input from the console. In this…

March 25, 2019

Java program to print to console
Output in Java The Java standard System class has two built-in static methods to interact…

March 24, 2019

Java program to print hello world
Hello World A “Hello world!” program is usually a computer program that displays the message…

March 17, 2019

All Java basic programs
Java is one of the most popular programming language. It is a high level, robust,…

March 17, 2019

C++ program to print multiplication table of a any given number
In this program, we are going to see how we can print the multiplication table…

March 15, 2019

C++ program to find reverse of any number
In this program, we are going to see how we can reverse any user given…

March 15, 2019

C++ program to calculate power of a number using for loop
Power of a number The power of a number represents the number of times to…

March 15, 2019

C++ program to find LCM of two user given numbers
LCM The least / lowest common multiple (LCM) of two or more than two numbers…

March 15, 2019

C++ 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 15, 2019

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

March 15, 2019