This project contains a quiz that needed to be solved within a limited time.
I have solved it in both Python and C++, although the requirement was to use only one language.
bookstore_quiz.py- Python solutiononline_bookstore_Quiz.cpp- C++ solution
Both files implement the same quiz logic.