Details
Stock Statistics Console Program
Read data from a .csv file via command line and performed calculations on stock market data, including mean, median, standard deviation, and variance using provided formulas. Practiced structured output formatting using std::cout.
C++ 20
Project Goals
- Practice formatting output, showing values to one decimal place, and using locale to group numbers by commas
- Separation of code into header files and cpp files for project organization



