Skip to content

Write a Program to add the digits of a positive integer repeated until the result has a single digit.

Notifications You must be signed in to change notification settings

Chetchaiyan/ep001_add_digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

EP.1 Add Digits

Write a Program to add the digits of a positive integer repeated until the result has a single digit.

Input : 48
Output : 3

Youtube Video: https://youtu.be/IAkUqk7e4Rw

About

Write a Program to add the digits of a positive integer repeated until the result has a single digit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages