This was my first assignment at university after being properly introduced to C++. It is a simple cash machine simulator where you can withdraw money, deposit money, or view your current balance. It confines the relative rules of a machine such as this, as the balance cannot go under 0, and non-numerical characters are not accepted.
---------------------------------------------------------------------------------------------------------------------------
Similarly, my second assignment of the first year of my university was a similar app to the one above, however, it is an arcade machine simulation. If I remember right, I built that code on the basis of this one.
Comments