Search:

Type: Posts; User: mios

Search: Search took 0.24 seconds.

  1. Replies
    9
    Views
    1,301

    Re: can't find symbol - variable error

    Thank you Chris :) how i didn't notice this !
  2. Replies
    9
    Views
    1,301

    Re: can't find symbol - variable error

    past the below in bluej: will give you compiling error (can't find symbol - variable lastName)

    public class Person
    {
    private String firstName;
    private String lastName;

    public...
  3. Replies
    9
    Views
    1,301

    Re: can't find symbol - variable error

    2528

    is it clear pic?
  4. Replies
    9
    Views
    1,301

    Re: can't find symbol - variable error

    thanks Norm, here is a snapshot of the error
    2527
  5. Replies
    9
    Views
    1,301

    can't find symbol - variable error

    Hi, can you help and fix the code below, i get the error can't find symbol - variable lastName




    public class Person
    {
    private String firstName;
    private String lastName;
Results 1 to 5 of 5