Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~594 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for kinge504

I asked my professor for help and we came to the conclusion to add void credit and void debit yet im still having compiling error. //Account.h #ifndef ACCOUNT_H #define ACCOUNT_H class Account { public: Account( double ); // constructor initializes balance /* Write a function prototype for virtual function credit …

Member Avatar for NathanOliver
0
594