Question: Write a java application program that will get an integer from the keyboard. The input should be an integer, not a string. Your program should

  1. Write a java application program that will get an integer from the keyboard. The input should be an integer, not a string. Your program should then break up the integer into individual digits (using some simple math) and print them to the screen in reverse order, with each digit appearing on a separate line.

    For example:

    Please enter an integer: 57321

     Your number printed in reverse order is: 1 2 3 7 5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!