<p>Create a class called Account that contains:</p><p>Three private instance variables: name (String), account(String), account balance (double).</p><p>One constructor, which constructs all instances with the valuesgiven.</p><p>Getters and setters for all the instance