Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: banking system

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default banking system

    A person can open a valid bank account if they are a major (18 or above) in a bank. The account holder can deposit and withdraw amount from their account. Every account holder must have a valid PAN number to operate their account. If the account holder is a minor, they must need a guardian to operate the account.I need a java program for this problem with 3 or 4 classes.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: banking system

    Do you have a question? This is not a place where you can dump a problem and expect someone else to do it for you. What have you done? Where are you stuck?

  3. #3
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: banking system

    Quote Originally Posted by preeti View Post
    I need a java program for this problem with 3 or 4 classes.
    No problems. You sit back and relax, have a drink, some food, play some xbox while I do all the work for you.
    Improving the world one idiot at a time!

  4. #4
    Junior Member
    Join Date
    Aug 2010
    Location
    UK
    Posts
    19
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: banking system

    Quote Originally Posted by Junky View Post
    No problems. You sit back and relax, have a drink, some food, play some xbox while I do all the work for you.
    Throw in a nice foot rub for good measure

Similar Threads

  1. what is System,out,println in System.out.println()?
    By koteshk in forum Java Theory & Questions
    Replies: 2
    Last Post: April 18th, 2011, 12:28 AM
  2. Simple Banking System
    By ShadowKing98 in forum Java Theory & Questions
    Replies: 7
    Last Post: April 12th, 2011, 04:26 AM
  3. Particle System Questions
    By Macattack1459 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 26th, 2011, 07:49 AM
  4. Banking Application
    By mbouster in forum Object Oriented Programming
    Replies: 2
    Last Post: January 9th, 2011, 11:23 AM
  5. System.CurrentTimeMilliseconds
    By Dave in forum Java SE APIs
    Replies: 1
    Last Post: August 26th, 2009, 11:02 AM