Multi-function utility suite
A menu-driven command-line application that brings five tools into one dependable interface: a calculator, Caesar cipher, statistics engine, password generator, and safe exit flow.
- Separated features into focused source and header modules
- Added resilient type and range validation at every prompt
- Applied STL containers, modular arithmetic, and modern random generation
// select a utility
$ ./utility_suite
01 Calculator
02 Caesar cipher
03 Statistics
04 Password generator
05 Exit
Ready for input_