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!
Re: Need some help, learning java!
What exactly are you having issues with? It seems pretty straight forward to me.
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.
Re: Need some help, learning java!
Is this the same question?
http://www.javaprogrammingforums.com...html#post68451
Please only post a question once.
Re: Need some help, learning java!
Sorry haven't gotten a full reply in this forum.
Re: Need some help, learning java!
We're waiting for you to show your code, error messages and ask some specific questions.