digits

JavaF

Digits Printer

Given a number N. print all the digits of the number N in descending order. Boundary Condition:0 <= N <= 99999999999999 Input…
PythonF

Two Digits Numbers Sum

Accept an array of N values and print the sum S of all the two digit numbers present in the array. If there are no two digit numbers, print…