First and Last Digit Problem
Statement
If Give an integer N . Write a program to obtain the sum of the first and last digits of this number.
Input
The first line contains an integer T, the total number of test cases. Then follow T lines, each line contains an integer N.
Output...
gouravmk.hashnode.dev1 min read