You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project I created a vending machine style simulation that allows the user to interactively request actions of the machine. Any amount of money is to be entered in increments of one penny, because the rounding of floating point numbers is not accurate for money (ex: $1.00 would be entered as "100"). The project gives a basic look at object-oriented programming with the use of inheritance.