Question
Asked by:
nbutler2140
 

$20.00 Payroll Program Part 1

Q:
2. CheckPoint: Payroll Program Part 1
· Resource: Java: How to Program
· Due Date: 08/06/08
· Create a non-GUI based Java application that calculates weekly pay for an
employee. The application should display text that requests the user input the name
of the employee, the hourly rate, and the number of hours worked for that week. The
application should then print out the name of the employee and the weekly pay
amount. In the printout, display the dollar symbol ($) to the left of the weekly pay
amount and format the weekly pay amount to display currency.
· Post as an attachment
 


   
   
   
   
 
Available Tutorials to this Question
Posted by:
b_h
b_h
Rating (671): A+
Questions Asked: 0
Tutorials Posted: 1188, earned $24,653.40
 

$20.00 Payroll Program Parts 1, 2 and 3

  • This tutorial was purchased 18 times and rated A+ by students like you.
  • Posted on Aug 04, 2008 at 4:14:08PM
A:
Preview: ... ayroll_1.java"<br>To run part 1, type "java Payroll_1" ...

The full tutorial is about 39 words long plus attachments.

Attachments:
Payroll_1.java (0K) (Preview)
Payroll_2.java (1K) (Preview)
Payroll_3.java (3K) (Preview)
Posted by:
b_h
b_h
Rating (671): A+
Questions Asked: 0
Tutorials Posted: 1188, earned $24,653.40
 

$5.00 Payroll Program Part 1

  • This tutorial was purchased 5 times and hasn't been rated yet.
  • Posted on Aug 04, 2008 at 4:15:09PM
A:
Preview: ... Payroll_1.java"<br> ...

The full tutorial is about 11 words long plus attachments.

Attachments:
Payroll_1.java (0K) (Preview)
Posted by:
chetan2009
chetan2009
Rating (146): A
Questions Asked: 0
Tutorials Posted: 464, earned $2,832.42
 

$2.00 Documented, Compiled and Tested

  • This tutorial was purchased 13 times and rated A by students like you.
  • Posted on Aug 04, 2008 at 11:56:48PM
A:
Preview: ... br.readLine();<br><br> //Read number of hours and save it in nohrs<br> System.out.println("Enter number of hours:");<br> nohrs = br.readLine();<br><br> //Since all data read is of string data type<br> //convert it into Double and store in respective variab ...

The full tutorial is about 225 words long plus attachments.

Attachments:
payroll.java (1K) (Preview)
Posted by:
modulo51
modulo51
Rating (110): A-
Questions Asked: 1
Tutorials Posted: 353, earned $2,117.64
 

$5.00 WeeklyPay1.java & screen shot

  • This tutorial was purchased 11 times and rated A+ by students like you.
  • Posted on Aug. 05, 2008 at 12:00:05AM
A:
Preview: ... System.out.print("\\nEnter the employee's name: ");<br> name = in.nextLine();<br> // hourly rate:<br> System.out.print("Enter the hourly rate: ");<br> rate = Double.parseDouble(in.nextLine());<br> // hour ...

The full tutorial is about 272 words long plus attachments.

Attachments:
WeeklyPay1.java (1K) (Preview)
WeeklyPay1ScreenShot.JPG (24K) (Preview)
Posted by:
Aks21
Aks21
Rating (351): B-
Questions Asked: 6
Tutorials Posted: 1063, earned $16,637.40
 

$12.99 Complete solution to your program

  • This tutorial hasn't been purchased yet.
  • Posted on Aug. 05, 2008 at 10:02:09AM
A:
Preview: ... input.nextLine(); // read first name from user<br><br>System.out.print( " Enter the employee's last name: "); // prompt for name<br>lname = input.nextLine(); // read last name from user<br><br>System.out.print( " Enter the hourly rate."); // prompt for hourly rate<br>hourly = input.nextDouble(); //read hourly rate from user ...

The full tutorial is about 206 words long .
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,902.41
 

$5.00 PAYROLL PROGRAM 1

  • This tutorial was purchased 5 times and rated A+ by students like you.
  • Posted on Feb. 19, 2009 at 09:22:46AM
A:
Preview: ... gram<br><br>Create a non-GUI based Java application that calculates weekly pay for an employee. The application should displ ...

The full tutorial is about 102 words long plus attachments.

Attachments:
Payroll1.java.txt (1K) (Preview)
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,902.41
 

$5.00 PAYROLL PROGRAM 2

  • This tutorial was purchased 1 time and hasn't been rated yet.
  • Posted on Feb. 19, 2009 at 09:23:56AM
A:
Preview: ... ive numbers. If either the hourly rate or the number of hours worked is not a positive value, the applicati ...

The full tutorial is about 88 words long plus attachments.

Attachments:
Payroll2.java.txt (2K) (Preview)
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,902.41
 

$5.00 PAYROLL PROGRAM 3

  • This tutorial was purchased 4 times and rated A- by students like you.
  • Posted on Feb. 19, 2009 at 09:25:04AM
A:
Preview: ... oyee information, and a method within that class to calculate the weekly pay. Once stop is entered as the employee name, the application sh ...

The full tutorial is about 114 words long plus attachments.

Attachments:
PayrollProgram3.java.txt (4K) (Preview)
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,902.41
 

$15.00 PAYROLL PROGRAMS 1, 2, & 3

  • This tutorial was purchased 7 times and rated A+ by students like you.
  • Posted on Feb. 19, 2009 at 09:26:36AM
A:
Preview: ... e: Java: How to Program<br><br>Create a non-GUI based Java application that calculates weekly pay for an employee. The application should display text that requests the user input the name of the employee, the hourly rate, and the number of hours worked for that week. The application should then print out the name of the employee and the weekly pay amount. In the printout, ...

The full tutorial is about 302 words long plus attachments.

Attachments:
Payroll1.java.txt (1K) (Preview)
Payroll2.java.txt (2K) (Preview)
PayrollProgram3.java.txt (4K) (Preview)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty