Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created bank_account.java #496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kn0wabhi
Copy link

@kn0wabhi kn0wabhi commented Oct 8, 2020

Design and write a class to represent a bank account that includes the following members:
a. Data members
· Owner name
· Account number
· Balance amount in the account
b. Methods members
· To assign initial values
· To deposit an amount
· To withdraw an amount after checking balance
· To display the owner name and balance

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines?

(Write your answer here.)

Design and write a class to represent a bank account that includes the following members:
a. Data members
· Owner name
· Account number
· Balance amount in the account
b. Methods members
· To assign initial values
· To deposit an amount
· To withdraw an amount after checking balance
· To display the owner name and balance
Copy link

@Raghveshh Raghveshh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Void statement is giving error :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants