If Give an integer N . Write a program to obtain the sum of the first and last digit of this number. I didn't feel like extracting the digits so I just treated the number as a string. Easily ...