Search:

Type: Posts; User: mios

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,305

    Re: can't find symbol - variable error

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

    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,305

    Re: can't find symbol - variable error

    2528

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

    Re: can't find symbol - variable error

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

    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;
  6. Thread: Hi everyone

    by mios
    Replies
    2
    Views
    846

    Hi everyone

    Hi,

    great java community :cool: i am new java programmer, i hope to learn java from A 2 Z

    i hope u support me during the process cause i get a lot of compiling errors needs some insights.
    ...
Results 1 to 6 of 6