https://github.com/siddhant-k-code/cross-sum-calculator
A way to claculate the cross sum of any given integer
https://github.com/siddhant-k-code/cross-sum-calculator
Last synced: 10 months ago
JSON representation
A way to claculate the cross sum of any given integer
- Host: GitHub
- URL: https://github.com/siddhant-k-code/cross-sum-calculator
- Owner: Siddhant-K-code
- License: mit
- Created: 2019-10-06T04:28:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T15:38:58.000Z (over 5 years ago)
- Last Synced: 2025-05-18T09:09:43.128Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cross-Sum-Calculator
A way to claculate the cross sum of any given integer
E.g. - *999852671 =
The cross sum of 999852671 is 56
The cross sum of 56 is 11
The cross sum of 11 is 2
**You Can Find the Cross Sum of Any Of The Integer**