Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyfoz/cpp-even-digits-summation-algorithm
The Even Digits Summation Algorithm program (C++) requests that the user enter an integer greater than 10,000. Once the integer is entered, the program displays the sum of any even digits in the integer.
https://github.com/heyfoz/cpp-even-digits-summation-algorithm
algorithm cpp digits summation
Last synced: 13 days ago
JSON representation
The Even Digits Summation Algorithm program (C++) requests that the user enter an integer greater than 10,000. Once the integer is entered, the program displays the sum of any even digits in the integer.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-even-digits-summation-algorithm
- Owner: heyfoz
- License: mit
- Created: 2022-09-23T08:15:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T19:46:41.000Z (about 2 years ago)
- Last Synced: 2024-12-02T19:35:22.024Z (2 months ago)
- Topics: algorithm, cpp, digits, summation
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_even_digits_summation_algorithm
The Even Digits Summation Algorithm program (C++) requests that the user enter an integer greater than 10,000. Once the integer is entered, the program displays the sum of any even digits in the integer.Link to the .cpp file: Even Digits Summation C++ Algorithm
Copyright (c) 2022 ffm5113