This project finds the digital root of a numeric input. The digital root is the single-digit value obtained by an iterative process of summing digits, on each iteration using the result from the previous iteration to compute a digit sum. That means that: Digital root of 12: 1+2=3 Digital root of 155: 1+5+5=11, 1+1=2