Q3 If a four digit number is input through the keyboard, write a program to obtain the sum of the first and last digit of this number.
Program: 61
If a four digit number is input through the keyboard, write a c program to obtain the sum of the first and last digit of this number.| Let us C Solution
Output
Enter a number: 12345 Sum of first and last digit of 12345 is: 6