Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Drosty ; Forum: Java and child forums
Forum: Java Nov 17th, 2008
Replies: 4
Views: 1,828
Posted By Drosty
In your BankAccount class create a getter that will return the bank account information.


public int[] getBankAccountInformation(){
return accountNumber;
}


and then when it is...
Forum: Java Nov 14th, 2008
Replies: 6
Views: 1,309
Posted By Drosty
You want to sort the strings and then print them out to a file, so having your sortEm method return void doesn't make sense. Might want to actually return the String that is 'sorted'.

I would...
Forum: Java Nov 12th, 2008
Replies: 5
Views: 873
Posted By Drosty
If that is all you want to do, it seems like creating your own exception is a waste of time. It would be easy to have the

1. printMenu
- get user input -
2. print appropriate message if menus...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC