Sort Integers by Digit Length

# Introduction In this lab, you need to write a program that sorts a list of integers by their digit length in descending order, and if two or more integers have the same length, sort them in ascending order.

|60 : 00

Click the virtual machine below to start practicing