First thing I had to do was write a method to add a book to this list..Done
Then to print the list which Im stuck on .... Heres what I have
public void printBooks()
{
System.out.println(courseBooks);
}
Supposed to print my list but doesn't
myReadingList.printBooks(myReadingList.getCourseBooks());
Keep getting the error message
Semantic error: Message printBooks( java.util.HashSet ) not understood by class'ReadingList'
This post has been edited by leegt5: 18 March 2009 - 05:06 PM

New Topic/Question
Reply


MultiQuote




|