CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2012
    Posts
    2

    Exclamation Need some help, learning java! Urgent!!

    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.00 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
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Need some help, learning java! Urgent!!

    We don't write code to order.

    Show us what you have done so far and ask a specific question/explain what you are stuck on and we will try to help you.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    Jun 2012
    Posts
    2

    Angry Re: Need some help, learning java! Urgent!!

    Yeah I wasn't ordering a code from anyone, I was asking for steps on what I should do because clearly I was lost. As I'm self learning I figured it out by myself, so no thanks I'm fine.

  4. #4
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Need some help, learning java! Urgent!!

    Yeah I wasn't ordering a code from anyone, I was asking for steps on what I should do because clearly I was lost
    Unfortunately that's not what you said in your first post which was "I need to see how this program should be written:"

    You may think you are clearly lost but we don't know that or what you have done or what your skill levels are or even if this a genuine question or if it's from a lazy student looking for someone to do their homework for them (which we get a lot of).
    As I'm self learning I figured it out by myself
    Glad to see you've solved your problem.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width