Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,887

    Re: Help with Assignment Please

    Not sure what you are asking to declare. If the Checkup.java file compiles and creates a Checkup.class file you should be able to compile the TestCHeckup program. The compiler should find the...
  2. Replies
    9
    Views
    1,887

    Re: Help with Assignment Please

    Since that class is defined as public, put the code in a file named: Checkup.java
    For public classes, the filename = classname
  3. Replies
    9
    Views
    1,887

    Re: Help with Assignment Please

    First you need to decide what the purpose of the Checkup class is. What is it supposed to do?
    Why does the current class need it?
    Then define the class, what variables it needs to hold its data...
  4. Replies
    9
    Views
    1,887

    Re: Help with Assignment Please

    Where is the definition for the Checkup class? The compiler can not find a definition for it.
  5. Replies
    9
    Views
    1,887

    Re: Help with Assignment Please

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    What happens when you compile and execute the code?
Results 1 to 5 of 5