Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 342 Bytes

File metadata and controls

13 lines (7 loc) · 342 Bytes

Quiz Project

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.

Files

  • bookstore_quiz.py - Python solution
  • online_bookstore_Quiz.cpp - C++ solution

Both files implement the same quiz logic.