ACCOUNT CPP
#include "Account.h"
using namespace std;
Account::Account()
{
id = 0;
balance = 0;
accountCount++;