Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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