Java Math Class -PyapirasThis is basic syntax of math class. Various type of example using Math class. Source Code:public class MathDemo { public static void main(String[] args) { // TODO Auto-generated method stub int a = 10,max; int b = 20;…Read More
Palindrome Number in Java - PyapirasThis is a palindrome number in Java program.1. Do you know what is palindrome number?ans. Palindrome number is a number which is same after reverse.as a example : 121 reverse it the result will be 121.Palind…Read More
Leap Year calculate in Java - PyapirasThis is a java program to check a year is leap year or not.lea year come after 4 years next. like 2020 is a leap year after 2024 will be leap year.Go to the java series.: https://browncodeit.blogspot.com/p/java-programs.…Read More
Prime Number in Java - PyapirasThis is a java program to find prime number. it find a number is prime or not .prime number is a number which is divisible by one or that number not others.Source Code:public class PrimeNumber { public static void main(…Read More
Java Data Types - PyapirasThere are two types of data type in java .Primitive data type .Non-Primitive data type.Primitive data types are- int data typeboolean data typefloat data typechar data typedouble data typelong data typeshort data typeNon…Read More
0 comments:
Post a Comment