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 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
I have discussed What is Java and For what it is used.
I have discussed How Java is different from other programming languages and How it works.
I have discussed Features of Java Programming Language.