Scores 50/50 on the given testcases.
This was written in about an hour or two.
This is my own modified implementation of the assignment for the purpose of self-learning C++ and practicing C++ programming.
I am not responsible for any mistakes or errors in this program.
This repository contains a C++ application that calculates the total payment for a purchase, including sales tax, based on the state where the purchase is made and the date of the purchase. The application takes into account tax-free periods in different states. The code is well-structured and divided into functions for better readability and maintainability.
Feel free to open any issues if you believe there is a mistake regarding the behavior of this program.