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 6 of 6

Thread: Need some help, learning java!

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Need some help, learning java!

    I'm on chapter 9(Inheritance and Polymorphism) of this textbook that teaches java. It's supposed to be a basic program but I am so lost with this. I need to see how this program should be written:

    Create Personal Acct and BusinessAcct classes that inherit the Account class presented Chapter 8(Classes and Object Oriented Development). A Personal account requires a minimum balance of $100. If the balance falls below this amount then $2.0 is charged(withdrawn) to the account. A business account requires a minimum balance of $500, otherwise the account is charged $10. Create Client Code to test the classes.

    Thanks so much everyone!


  2. #2
    Member
    Join Date
    Apr 2012
    Posts
    161
    Thanks
    0
    Thanked 27 Times in 27 Posts

    Default Re: Need some help, learning java!

    What exactly are you having issues with? It seems pretty straight forward to me.

  3. The Following User Says Thank You to Parranoia For This Useful Post:

    thisguyrighthere (June 10th, 2012)

  4. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Need some help, learning java!

    I tried using strings and I messed it up, everytime I ran my program it would say I have an issue with how I connected them. could you show me how it could be done using strings correctly? Keep in mind, it might be easy for you but I started doing java only a couple of months ago so I learn a lot with trial and error and comparing to whatever I can spew out lol.

  5. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need some help, learning java!

    Is this the same question?
    http://www.javaprogrammingforums.com...html#post68451

    Please only post a question once.
    If you don't understand my answer, don't ignore it, ask a question.

  6. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Need some help, learning java!

    Sorry haven't gotten a full reply in this forum.

  7. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need some help, learning java!

    We're waiting for you to show your code, error messages and ask some specific questions.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Learning Java
    By destruxion in forum Member Introductions
    Replies: 1
    Last Post: September 12th, 2011, 03:13 AM
  2. Learning Java
    By jgc1 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 6th, 2011, 06:17 PM
  3. New to Java....still learning...Help Required
    By muraduk in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 12th, 2010, 03:15 PM
  4. Hello. Just Learning Java For Fun..
    By derekeverett in forum Member Introductions
    Replies: 1
    Last Post: March 18th, 2010, 04:24 PM
  5. Java Learning Resource for Beginners
    By Freaky Chris in forum The Cafe
    Replies: 1
    Last Post: April 29th, 2009, 04:57 AM