Console programs in C++
A collection of simple console programs in C++.
Implemented:
- working with arrays
- string processing
- basic algorithms
- input and output of data from the console
The code is written neatly and tested on several examples.
Suitable for educational…