English, asked by svnmahendra, 14 days ago

Rearrange Numbers in String
Given a string, write a program to re-arrange all the numbers appearing in the string in decreasing order Note: There will not be any negative numbers or numbers with decimal part

Answers

Answered by pawarkarthik237
0

Explanation:

Input

The input will be a single line containing a string.

Output

The output should be a single line containing the modified string with all the numbers in string re-ordered in decreasing order.

Similar questions