Write code that reads a number from the user and finds the sum of first and last digit of the number. Your code should print the value of sum to the console.

Assume that the number always have 2 or more digits.

Examples:
INPUT OUTPUT
2432 4
54213 8
30280 3
42 6


Important issues about all exams/projects/quizzes: