Question: in java 2) (25pts) Design a class named Account that contains: .A private int data field named id for the account (default 999). A private

in java
2) (25pts) Design a class named Account that contains: .A private int data field named id for the account (default 999). A private double data field named balance for the account (default 100). .A no-arg constructor that creates a default account A constructor that creates an account with the specified id and initial balance The accessor and mutator methods for id and balance. . .A method called withdra w that withdraws a specified amount from the account A method called deposit that deposits a specified amount from the account
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
