+ 1
how to create a program Digits in reverse
how to create a program that will ask the user to enter a number and display the number in reverse order with soaces in between.Include a sensible input statement and an informative output Output: enter a number: 123456 digits in reverse: 6 5 4 3 2 1
1 Resposta
0
There are 2 important classes to acomplish your goal. Scanner and StringBuilder.