Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by javahopeful321

  1. javahopeful321

    Inheritance Question(desperate for help)

    What would really help me is this bit of code case 1: deposit(balance); String prompt=Console.readString("Choose 1 for savings and 2 for checking"); {if(prompt=="1")...
  2. javahopeful321

    Inheritance Question(desperate for help)

    Need someone to point me in the right direction. I'm trying to do simple inheritance with a menu interface. I don't really understand what I'm doing wrong? My code does not compile correctly. Here is the code public class Account extends Object { // Fields private String...

Part and Inventory Search

Back
Top