Search:

Type: Posts; User: frfields276

Search: Search took 0.13 seconds.

  1. Replies
    9
    Views
    1,881

    Re: Help with Assignment Please

    Ok....How do I declare it in the TestCHeckup.java class? What does the code look like?
  2. Replies
    9
    Views
    1,881

    Re: Help with Assignment Please

    Ultimately what am I going to have to do to get this program to compile?

    --- Update ---

    I declared a class Checkup and added to the TestCheckup class and it gave the following errror on...
  3. Replies
    9
    Views
    1,881

    Re: Help with Assignment Please

    I am very new to this. How would I go about adding the check up class?
  4. Replies
    9
    Views
    1,881

    Re: Help with Assignment Please

    TestCheckup.java:29: error: cannot find symbol
    public static void getData(Checkup check)
    ^
    symbol: class Checkup
    location: class TestCheckup
  5. Replies
    9
    Views
    1,881

    Help with Assignment Please

    I have this assignment and I am lost on it. I think I have it written but it continuosly gives an error cannot find symbol on (Checkup check). I am lost and in desperate need of help.

    Here is my...
  6. Replies
    10
    Views
    2,378

    Re: First assignment java program

    How would I begin the source file? public class Integer?
  7. Replies
    10
    Views
    2,378

    Re: First assignment java program

    I recognize a couple of obvious issues...the semicolon at the end and I'm sure it needs some input statements for the interger statements. Also, body brackets and class header and method header. ...
  8. Replies
    10
    Views
    2,378

    First assignment java program

    I am taking a java programming class to achieve my bachelors degree in IT. Not good at the software and for sure not the programming. I was given this code:
    resultOut = (integerOne + integerTwo) *...
Results 1 to 8 of 8