Search:

Type: Posts; User: aimEhjO

Search: Search took 0.20 seconds.

  1. Re: Hello, I'm a beginner and I really need help for my code..

    yes. it is separated by * that's why i used StringTokenizer to concat the "*" and call the variable for the output.
    anyways, i already got the rate but i got a new problem again.
    I used "public...
  2. Re: Hello, I'm a beginner and I really need help for my code..

    but the salary rate is not given at the "EmployeeDTR.txt" so I need to adjust and add the salary rate in the .txt file.
  3. Re: Hello, I'm a beginner and I really need help for my code..

    The salar rate is given from the problem.
    and the "EmployeeDTR.txt" is from the another file, it used a notepad. The content of this file is this:

    Day:*Monday,*July 4, 2011...
  4. Re: Hello, I'm a beginner and I really need help for my code..

    only this:

    Rank Salary Rate/day
    1 ---- Php 380.00
    2 ---- Php 450.00
    3 ---- Php 550.00
    To get the Monthly Salary Rate of an employee, multiply the employee’s Salary Rate/day by 26 (number of...
  5. Re: Hello, I'm a beginner and I really need help for my code..

    How to calculate the rate and where should i put it in the code?
    should i create another method for the total hours of worked?

    here's the output:


    EmployeeID : 2006-0031
    Lastname : SULLIVAN...
  6. Hello, I'm a beginner and I really need help for my code..

    here's my code. but I'm having a problem with how to calculate the RATE and the TOTAL HOURS of WORKED.
    And there's more, calculate the 24 hours into 12 hours.
    The problem is here. :-s

    Create a...
Results 1 to 6 of 6