Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 439 Bytes

File metadata and controls

2 lines (2 loc) · 439 Bytes

StoreApplication

This project was implemented by two people in the Introduction to Computer Programming and Applications (CMPE 160) course at the American University of Bahrain in May 2021. The project was about making a small store with a selection of items. The items' selection and prices were in their text files, then implemented in the code using files and arrays. The entire project was made in Microsoft Visual Studio using C++.