Write a program to add the digits of a number until the result is a single digit. For example, 99 -> 18 (9+9) -> 9 (8+1).

AnswerBot
11mo
Program to add numbers until single digit is reached
Create a function to add the digits of a number until it becomes a single digit
Use a loop to keep adding the digits until the result is less than 10...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

