Using the picture of the given account class, divide the Accountclass into a declaration section and a definition section.
class Account ( /String representing the name of the account ‘s owner string name The account number int id /The current account balance double balance public: 02015 Richard L. Halteman Draft date: February 26, 2015 14.3. METHODS 395 +deposit (amt) Adds amount amt to the account ‘s balance Author: Sam Coder Date: September 3, 2012 void deposit
OR
OR