Sum of any Date in Single Digit in C

 Problem Statement : 

  • User input any date and output is sum of the date in single digit.
  • Date is in DDMMYYYY format.

  • Example,   Input is  27101999  , Output is 2




Comments