Search:

Type: Posts; User: suzieq63

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,085

    Re: errors in java

    Thank you Norm. I will definitely do so. (*) Do you have any recommendations?
  2. Replies
    8
    Views
    1,085

    Re: errors in java

    The class is NewComputer and the "myNewComputer" is the method which incidentally is the constructor as one of you mentioned. Plus, I was following my textbook Deitel.
  3. Replies
    8
    Views
    1,085

    Re: errors in java

    I apologize and hope I'm following the instructions.


    //GaylesComputer.java
    //input computer
    //creating a NewComputer object and invoke its myNewComputer method.
    //calling a Scanner.
    ...
  4. Replies
    8
    Views
    1,085

    errors in java

    My superclass
    public class NewComputer
    {
    // display the users new computer
    private String NewComputer; // computer of this NewComputer

    // constructor initializes myNewComputer with...
Results 1 to 4 of 4