Results 1 to 3 of 3
Thread: help java bank....
- 07-25-2011, 03:12 AM #1
Member
- Join Date
- Jul 2011
- Location
- Philippines
- Posts
- 4
- Rep Power
- 0
help java bank....
Java Bank Main Menu
[1] New Account
[2] Balance Inquiry
[3] Deposit
[4] Withdraw
[5] Close Account
[6] Exit
Program Specifications:
1. New Account
• Input the initial deposit of not less than PhP 10,000
• Generate a four-digit account number randomly
2. Balance Inquiry
• Input the account number and validate
• If account number is valid, display the current balance
3. Deposit
• Input the account number and validate
• If account number is valid, input the amount of deposit of not less than Php 1
• Compute and update the current balance as follows:
Balance+=amount of deposit
Interest=1% of balance
Balance+=interest
4. Withdraw
• Input the account number and validate
• If account number is valid, input the amount to be withdrawn, not less than Php 1, not greater than the balance, and an amout of Php 10,000 should be maintained (maintainingbalance)
• Compute and update the balance as follows:
Balance-=amount withdrawn
5. Close Account
• Input the account number and validate
• If account number is valid, confirm if the user closes the account then set the balance to zero
• Otherwise, go back to the main menu
6. Exit
• Terminates the program
7. Main Menu
• Validate the transaction codes by the user
• The user should not be allowed to perform transactions 2 to 5, unless a new account has been created
• Once an account is active, the user should not be allowed to repeat transaction 1
help me to do this program...
- 07-25-2011, 03:25 AM #2
Member
- Join Date
- Jul 2011
- Location
- Philippines
- Posts
- 4
- Rep Power
- 0
pls i need it now...hehe
-
You may have the wrong impression of just what this forum is for. This is not a place where you simply post your assignment with the demand that "I need it now"; instead we expect you to show some evidence of effort and ask a specific question regarding your effort. Locking this thread as it is clearly nothing more than a homework dump. You are more than welcome to re-ask your question, but if you do so, please keep this information in mind.
Similar Threads
-
java bank account problem
By awil121 in forum New To JavaReplies: 1Last Post: 10-13-2010, 10:47 PM -
Create a java class for a bank account!!?
By singh345 in forum New To JavaReplies: 1Last Post: 03-17-2010, 04:26 PM -
Bank Account
By HPcompaq256 in forum New To JavaReplies: 11Last Post: 02-26-2010, 09:05 PM -
Java Question Bank
By mgm2010 in forum New To JavaReplies: 2Last Post: 07-31-2009, 06:45 PM -
java program for updating bank details
By java__beginner in forum New To JavaReplies: 5Last Post: 03-12-2009, 03:42 PM


LinkBack URL
About LinkBacks


Bookmarks