#include "CashInstance.h" #include void CashInstance::print() { std::cout << "Value: " << value << "\tamount: " << availableAmount << std::endl; }