Search:

Type: Posts; User: nepperso

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,386

    Re: public expect statement error

    awesome okay thanks !
  2. Replies
    6
    Views
    1,386

    Re: public expect statement error

    ahh okay. no i hadn't used a driver class to test it. I wasn't sure how to do that yet I mean i know how to use import java class method and use main () methods. But not sure how to call a class i...
  3. Replies
    6
    Views
    1,386

    Re: public expect statement error

    hrm it's not letting me use this.soc = soc; gives error this symbol variable doesn't exist. But it's in the public Student(String n, int soc, float g) {
    i think maybe it should be public...
  4. Replies
    6
    Views
    1,386

    public expect statement error

    The assignment is to :
    I have this code but it is giving me an error at

    public Student(String n, int soc, float g) {
    name = n;
    soc = soc;
    float = g;
    }
    Says...
Results 1 to 4 of 4