position

CF

Digit In Tenth Position

The program must accept a positive integer N and print the digit in the tenth position. Input Format:The first line denotes the value of…
CF

Position Digits Sum

The program must accept two positive integers as the input and then print the sum of their unit digits, tenth digits and so on. Input Format:…