Computer Science, asked by ankushkeshri0, 4 months ago

write a program in java to input a number and print its digit in ascending order.​

Answers

Answered by anvi70286
0

Explanation:

Write a program in Java to enter number containing three digits or more. Arrange the digits of the entered number in ascending order and display the result.

Sample input: Enter number 4972

Sample output: 2,4,7,9

Similar questions