Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    Where does it say that? It's not what is in post#1
  2. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    A variable can only be defined once. Remove or rename the second definition.



    There is no add() method in the ArrayList class that takes an int for its arg. The arg should be an object of the...
  3. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    Did you solve the problem? I don't see any questions or error messages in the last post.
  4. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    The syntax for the method definition is wrong.
    See the tutorial: Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
  5. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    See the tutorial: Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)

    Copy the full text of all error messages and paste it here.

    Look at the formatting of...
  6. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    Give it a try.
  7. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    See the tutorial: Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
    Passing Information to a Method or a Constructor (The Java™ Tutorials > Learning the Java...
  8. Re: How to write addTextbook(Textbook) in a method? how to write a tester class?

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
Results 1 to 8 of 8