10. How to Reverse a Number in Java | Program to Reverse a Number in Java |Java Interview Questions

preview_player
Показать описание
Please use the following link to install the Katalon Studio:

- Program to reverse a number in java
- Reverse number in java very simple logic for beginners
- How to reverse an integer
- Write a java program to find reverse of a number in java

Рекомендации по теме
Комментарии
Автор

Yes. Good catch Anna. In frame time 14:20 when Krishna copied and pasted the same code from intelliJ to Eclipse, actually code segment was not same. In Eclipse the value 'num !=10' of intelliJ is 'num != 0' in for loop so that it is working in Eclipse and not working in intelliJ. Very helpful video it is for logic-building. Thanks Krishna.

anandtripathi
Автор

Thanks for the video! You have a condition in the for loop as "num != 10", it should be 0 instead of 10, that's why it didn't work.

annasergienko