Search:

Type: Posts; User: JJAus

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,263

    [SOLVED] Re: payroll code problem

    Thank you for the help, fixed all the errors :)



    import java.util.Scanner;

    class Payroll
    {
    public static void main(String[] args)
    {
  2. Replies
    5
    Views
    1,263

    [SOLVED] payroll code problem

    Im really new to java and need help with class.

    Here is what im trying to do


    Write a class that accepts a user's hourly rate of pay and the number of hours worked.
    Display the user's gross...
Results 1 to 2 of 2