I need to do the following for my hw but have a question.
I'm supposed to build an atm machine with the following: Main.cpp, Account.h, Account.cpp, Clock.h, Clock.cpp
The main is given to me. I'm not allowed to change it.
I need to build a static variable that keeps track of the total amount of money withdrawn from the bank. Where do I declare it and where do I initialize it to zero?
My deadline is in 1 hour and 50 minutes.
Thanks