https://github.com/heyfoz/cpp-4digit-summation-algorithm
The 4-Digit Summation Algorithm program (C++) uses int/string variables, functions, and a class to read user input, calculate multiple sums with a custom algorithm, printing the results to the console.
https://github.com/heyfoz/cpp-4digit-summation-algorithm
algorithm cpp summation
Last synced: 5 months ago
JSON representation
The 4-Digit Summation Algorithm program (C++) uses int/string variables, functions, and a class to read user input, calculate multiple sums with a custom algorithm, printing the results to the console.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-4digit-summation-algorithm
- Owner: heyfoz
- License: mit
- Created: 2022-09-07T00:26:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:16:26.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:49:27.320Z (9 months ago)
- Topics: algorithm, cpp, summation
- Language: C++
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_4digit_summation_algorithm
The 4-Digit Summation Algorithm program (C++) uses int/string variables, functions, and a class to read user input, calculate multiple sums with a custom algorithm, printing the results to the console.
Link to the main cpp file: 4-Digit Summation C++ Algorithm
Copyright (c) 2022 ffm5113