Write an algorithm ,a program and draw a flowchart to calculate the sum of digits of any number given by a user. Step1: Read a number (n) to calculate its sum of digits Step2: Divide the value of n by 10 and assign it to variable x Step3: Multiply the value of x by 10 and assign it to variable t Step4: Subtract the value of t by value of n and assign it to variable c Step5: Add the value of c & value of sum and assign it to variable sum Step6: Assign the value of x to variable n Step7: if x is not equal to zero then go back to step2 Step8: Display “the sum is “, value of variable sum Step9: Stop Flowchart To see the working of Algorithm an flowchart, Click here to Watch on YouTube To write the program in C, Click here to watch on YouTube To create the SumOfDigits App in MIT App Inventor, Click here to Watch on YouTube Download the SumOfDigits Android App by clicking below-: ...