Sum of Digits: 1)Take integer input from the User and store it in a variable called "num". 2)Take one variable (sum_of_digit = 0). 3) while num != 0 do...