Relevant Skills — C++; Objected-oriented programming; C++ standard library;
A CLI program that was born from the question, "With gas prices varying daily and unpredictably, is it cheaper to buy more gas - but only one day per period - or to buy less gas - but daily." The answer: there is no perceivable difference on average.
Further details:
This was developed in C++, taking advantage of object-oriented functionality. Only the C++ standard library was used.
This project could be improved upon by creating a more realistic algorithm for changing gas prices (or by grabbing real-world data), factoring in other expenses (like the distance to drive to the gas station), and by ordering the results.