5.16 Armstrong Number in Java

  Рет қаралды 305,274

Telusko

Telusko

8 жыл бұрын

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 153 is an Armstrong number since 1^3 + 5^3 + 3^3 = 1+ 125+ 27 = 153.
Check out our website: www.telusko.com
Follow Telusko on Twitter: / navinreddy20
Follow on Facebook:
Telusko : / teluskolearnings
Navin Reddy : / navintelusko
Follow Navin Reddy on Instagram: / navinreddy20
Subscribe to our other channel:
Navin Reddy : / @navinreddy
Telusko Hindi :
/ @teluskohindi
Subscribe to the channel and learn Programming in easy way.
Java Tutorial for Beginners: goo.gl/p10QfB
C Tutorial Playlist : goo.gl/8v92pu
Android Tutorial for Beginners Playlist : goo.gl/MzlIUJ
XML Tutorial : goo.gl/Eo79do
Design Patterns in Java : goo.gl/Kd2MWE
Socket Programming in Java : goo.gl/jlMEbg
Spring MVC Tutorial : goo.gl/9ubbG2
OpenShift Tutorial for Beginners : goo.gl/s58BQH
Spring Framework with Maven : goo.gl/MaEluO
Sql Tutorial for Beginners : goo.gl/x3PrTg
String Handling in Java : goo.gl/zUdPwa
Array in Java : goo.gl/uXTaUy
Java Servlet : goo.gl/R5nHp8
Exception Handling in Java : goo.gl/N4NbAW

Пікірлер: 111
@sudhakar3991
@sudhakar3991 Жыл бұрын
This logic is not working......dont refer this
@atulgupta3407
@atulgupta3407
why you have so many browsers , i think you do sussy things
@drake71000
@drake71000 6 жыл бұрын
Armstrong number can be of more than 3 digits.
@deepapn5049
@deepapn5049 6 жыл бұрын
Thank you very much sir tomorrow is my java exam i didnt understood the concept which my tchr taught me but you made me understtand it thank u very much god bless u
@shivaprakashreddyyeredla1705
@shivaprakashreddyyeredla1705 2 жыл бұрын
I didn't understand this vedio 😭😭
@simplecoding5435
@simplecoding5435
this method is wrong armstrong number is not like that suppose if we have 4 digit no then what to do
@murliengineering6130
@murliengineering6130 Жыл бұрын
Sir this program is not work for 4 digit
@sekharraj525
@sekharraj525 Жыл бұрын
If you given numbers 4digit
@Naidu-wv1dy
@Naidu-wv1dy
explaination is good but this code will works three digit number only
@naveentandon993
@naveentandon993 4 жыл бұрын
Thnku so much Sir for clearing the concept..... may God bless u always ❤❤🙏🙏
@nicholasungar6676
@nicholasungar6676 3 жыл бұрын
For those who noticed that this formula only works with three digit numbers...
@Free_Bird78
@Free_Bird78 4 жыл бұрын
This is not a right method because it only implies when a number is of 3 digit only like 153, 370, 371 but if the number is of 4 digit like 1634(which is an armstrong number), it will show ,number is not an armstrong number' because it cubes the digit rather than multiplying it 4 times. Basically, there is another logic or program which implies in every digit number.
@digjeetkaur9519
@digjeetkaur9519 7 жыл бұрын
your explaination is superb , can u please also explain loops more how they work again and again
@Dinesh_kuku
@Dinesh_kuku 2 жыл бұрын
Superbly explained!
@dragonbooster5618
@dragonbooster5618 4 жыл бұрын
Nice explanation sir.Thank you so much
@fatemehrahmani6740
@fatemehrahmani6740 4 жыл бұрын
Thank u very much for your tutorial.
@maksimvolkov8892
@maksimvolkov8892 4 жыл бұрын
Nice, thank you for this video
@PraveenKumar-uj2ih
@PraveenKumar-uj2ih 2 жыл бұрын
Clear Explanation ......Thanks Bro
@ashutoshrai2717
@ashutoshrai2717 Жыл бұрын
Yes this is right program for only 3 digit number not for 4 digits
@NaveenKumar-be8xl
@NaveenKumar-be8xl 2 жыл бұрын
Simply super sir🙏
Java Program #11 - Find Armstrong Number in Java
11:09
Programming For Beginners
Рет қаралды 15 М.
DEFINITELY NOT HAPPENING ON MY WATCH! 😒
00:12
Laro Benz
Рет қаралды 34 МЛН
14.11 HashMap and HashTable in Java
8:44
Telusko
Рет қаралды 670 М.
Java Program #8 - Fibonacci Series of Numbers in Java
6:36
Programming For Beginners
Рет қаралды 13 М.
Java Even Number Odd Number Example Program ( User Input )
7:47
Example Program
Рет қаралды 85 М.
Find Factorial of a number | Java
8:19
B Tech Computer Science
Рет қаралды 70 М.
Program To Check for Armstrong Number in Java by Deepak
16:11
Smart Programming
Рет қаралды 320 М.
8 Must Know JavaScript Array Methods
10:05
Web Dev Simplified
Рет қаралды 1 МЛН
Armstrong Number | To check if a given number is an Armstrong number or not | Java
10:21