#include #include #include using namespace std; #include "account.h" int main(int argc, char* argv[]) { Account account(0.0); return EXIT_SUCCESS; }