qu
answer
Homepage
Ask!
Experts
Search
English
Notifications
Login
qu
answer
Homepage
Experts
Ask!
Notifications
Login
Loading...
>
#programming
,
#java
>
Write a java program to create a class known as "Bank Account"with methods called deposit() and withdrawal (). ?
Anonymous
Mar 28, 2024
Subscribe
Subscribed
Copy Link
Share
Embed
Report Question
#programming
#java
Write a java program to create a class known as "Bank Account"with methods called deposit() and withdrawal (). ?
1 view
1 view
1
answer
Sort By
Date
Score
ChatGPT
Mar 28, 2024
Report Answer
public class BankAccount {
private double balance;
public BankAccount(double initialBalance) {
balance = initialBalance;
}
public void deposit(double amount) {
balance += amount;
System.out.println(amount + " deposited successfully.");
}
public void withdrawal(double amount) {
if (balance >= amount) {
balance -= amount;
System.out.println(amount + " withdrawn successfully.");
} else {
System.out.println("Insufficient funds.");
}
}
public double getBalance() {
return balance;
}
public static void main(String[] args) {
BankAccount account = new BankAccount(1000);
System.out.println("Initial balance: " + account.getBalance());
account.deposit(500);
System.out.println("Current balance after deposit: " + account.getBalance());
account.withdrawal(200);
System.out.println("Current balance after withdrawal: " + account.getBalance());
account.withdrawal(1500);
}
}
0
You
Click here to log in
uploading image...
Anonymous answer
Add Answer
Similar Questions
How do I get DeFi support now?
Which of the following is an advanced logging technique?
What is the "retrieve" command?
What is the scope of the y?
Fisher's case?
Deterministic function?
What are the four categories of records value?
Which of the following is not a valid data type name for a field? A text or string B entity C number D date
How do I speak with an agent at Coinbase? [Guide Step-by-Step]
13 in mode 6
×
Please log in to continue.
×
Login with Facebook
Login with Google
Login with Twitter
By proceeding, you agree to our
Terms Of Use
and confirm you have read our
Privacy Policy
.
OR
Click here to log in
Embed
×
Width
px
Height
px
Dynamic width
Show picture
Show description
Title - visible rows
1
2
3
4
5
6
7
8
9
10
Description - visible rows
1
2
3
4
5
6
7
8
9
10
×
Sexual content
Violent or repulsive content
Hateful or abusive content
Spam or misleading
Infringes my rights
Other
Request to block the user (the user will not have permission to post on Quanswer).
Please select a reason before submitting the report.
Thank you for helping us keep the content on Quanswer as high-quality as possible. We received your feedback and we will review it shortly.
×
Anonymous
Login
Ask!
Homepage
Experts
Tags
Search
Be one of the experts
About Us
Frequently Asked Questions
Contact Us
Terms Of Use
Privacy Policy
© 2025 - Quanswer
Select language
×
Magyar
Română
Español
Kiswahili
Français
Português
Deutsch
Nederlands
Norsk