Browse studyfied

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

Recent updates
All recently added posts
Java program to print size of different datatypes
This program shows how you can print the size of any data type available in…

March 25, 2019

Java calculate year week and days from given total days
In this Java program, we are going to see how we can calculate Year, Week…

March 25, 2019

Java program to find ASCII value of a character
ASCII Value ASCII (American Standard Code for Information Interchange) is the character encoding standard of…

March 25, 2019

Java program to calculate compound interest
Compound Interest Compound interest (or compounding interest) is the interest calculated on the principal, including…

March 25, 2019

Java program to calculate simple interest
Simple interest Simple interest is a simple way to calculate the interest on a loan.…

March 25, 2019

Java program to calculate area of a circle
Area of a circle The area of a circle is the number of square units…

March 25, 2019

Java swap two numbers without temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

March 25, 2019

Java swap two numbers using temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

March 25, 2019

Java addition of two user given numbers
This is an example program that demonstrates how you can perform the addition of two…

March 25, 2019

Java basic input output string
Input output string Java has multiple ways to read input from the console. In this…

March 25, 2019