Java Programming Memes and Stuff
250 subscribers
85 photos
3 videos
6 files
Here I will provide you all Java programming MEMES and Study Stuff.
.
Do follow us on Instagram: @programsjava
Download Telegram
In this program we are swapping two numbers without using the third variable.
In this program user will input the value and all the even numbers upto the given number will be printed.
In this program user will input the value and all the Odd Numbers upto the given number will be printed.
In this program a number is entered by the user and its is checked whether the number entered is Prime Number or Not.
A Prime Number is number that us divisible by 1 and the number itself. For Example: 2,3,5,7,11 etc...
In this program a number is entered by the user and its is checked whether the number entered is Prime Number or Not.
A Prime Number is number that us divisible by 1 and the number itself. For Example: 2,3,5,7,11 etc...
In this program we are going to accept an integer from the user and print the Sum of its Digits.
For Example: Input: 123, Output: 1+2+3=6
In this program a number is entered by the user and then it is revered.
For Example: Input: 1234, Output : 4321
In this program a number is entered by the user and it is checked whether it is Palindrome Number or Not.
[A Palindrome Number is a
number that remains the
same when its digits are
reversed.]
For Example: Input: 121, Output: 121 is a Palindrome Number.
In this program a number is entered by the user and all the factors of the entered number is printed.
For Example: Input: 10, Output: 1,2,5,10
In this program two number is entered by the user and greatest among then are printed.
For Example: Input: 45, 55 ; Output: 55 is greater than 45