Browse studyfied

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

Recent updates
All recently added posts
Java check whether a character is vowel or consonant
There are five vowel characters {a, e, i, o, u}. If the user given character…

March 26, 2019

Java check whether a character is upper or lowercase alphabet
In this program, we are going to determine if the given character is Uppercase or…

March 26, 2019

Java check whether a number is negative, positive or zero
Positive number All the numbers greater than 0, but not equal to 0 are positive…

March 26, 2019

Java program to check whether number is even or odd
Even number Even numbers are numbers that have a difference of 2 unit or number.…

March 26, 2019

Java program to check whether a year is leap year or not
Leap year A leap year is a calendar year that includes an additional day to…

March 26, 2019

Java find largest number among three number using nested if else statement
In this program, we are going to find the largest number among three numbers, similar…

March 26, 2019

Java find largest number among three number using if else statement
This program is similar to the previous one, with a single modification, here we will…

March 26, 2019

Java find largest number among three number using if statement
In this program, we are going to see how to find the largest number among…

March 26, 2019

Java check whether a character is alphabet, digit or special character
This program is much similar to the previous one but here we are checking whether…

March 26, 2019

Java check whether a character is alphabet or not
In this program, we are going to see whether a user given character is an…

March 26, 2019