Search:

Type: Posts; User: ayuda96

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,695

    Re: Symbol not found error

    Thank you for your response, it is appreciated.
    I have a further problem.


    import java.util.*;



    public class Employee2 {
    //Varibales
  2. Replies
    5
    Views
    1,695

    Re: Symbol not found error

    now I'm gettinga null pointer at line 53 (typeH = "salaried";)


    import java.util.*;



    public class Employee2 {
    //Varibales
    private static double salary, rate, hours, weeklyPay = 0;
  3. Replies
    5
    Views
    1,695

    Symbol not found error

    Hello, When I execute my code, it comes up with this error.


    symbol : variable type
    location: class Employee2
    return type;
    ^
    \\puma\home\\Employee2.java:53: cannot find symbol...
Results 1 to 3 of 3