30 | Java Program To Find Reverse Of Given Number | Java While Loop

  Рет қаралды 7,817

Chirag Khimani

Chirag Khimani

3 жыл бұрын

Preparing for the java interview or exam? Checkout my color-coded Java Revision Book that is specially designed for refreshing java concepts
www.google.com/search?q=Java+...
Don't be a stranger '-'
Connect with me on the below platforms.
Linkedin - / chiragkhimani
Instagram - / trainerchiragkhimani
Contact - contact@chiragkhimani.com
You Can Also Visit Java Tricky Question Playlist - • Java Tricky Questions ...

Пікірлер: 9
@sriramkannan8260
@sriramkannan8260 2 ай бұрын
public void revrese() { Scanner sc= new Scanner(System.in); System.out.println("enter the number"); int i=sc.nextInt(); int count=0; while(i>0) { System.out.print(i%10); i=i/10; }}
@priyankabethala9809
@priyankabethala9809 Жыл бұрын
Why we use modules operator nd division operator in this program
@sriramkannan8260
@sriramkannan8260 2 ай бұрын
much easier method
@unknown445___
@unknown445___ Жыл бұрын
Hello sir please make Java program videos related placement
@ChiragKhimani
@ChiragKhimani Жыл бұрын
Hi Krutika, Yep! You will see placement related videos on this channel soon! Also if you want you can order Java Revision Color Coded Book specially design for the interview preparation www.amazon.in/Java-Revision-Notes-Color-Coded/dp/9357017798
@rupaliswami8327
@rupaliswami8327 Жыл бұрын
I want a program: Accept 5 elements of array and reverse of that number in java
@yadagirimankalafromkongara6245
@yadagirimankalafromkongara6245 8 ай бұрын
It will not usefull when we take input 120
@ramgavini4285
@ramgavini4285 4 ай бұрын
How come 1/10 will be zero..?
@ChiragKhimani
@ChiragKhimani 4 ай бұрын
Integer division Java : In Java, when two integer values are divided, the result is an integer (whole number). This means that any fractional part of the division is discarded. For example, if you divide 7 by 3, the result is 2, even though the exact value is 2.3333333333
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 1,4 МЛН
Каха ограбил банк
01:00
К-Media
Рет қаралды 10 МЛН
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,3 МЛН
Reverse String in Java Practice Program #41
11:53
Alex Lee
Рет қаралды 257 М.
Java Program to Reverse a Number
12:14
Example Program
Рет қаралды 17 М.
Finding Reverse of a Number | Java | Detailed Explanation
11:36
B Tech Computer Science
Рет қаралды 47 М.
Program to Reverse a Number in Java by Deepak
9:44
Smart Programming
Рет қаралды 276 М.
Java program to reverse a number using while loop
8:45
United Top Tech
Рет қаралды 2,6 М.
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 2,1 МЛН