Question
Asked by:
midenginer2
midenginer2
Rating : No Rating
Questions Asked: 35
Tutorials Posted: 0
 

$5.00 CheckPoint: Payroll Program Part 1

Q:
CheckPoint: Payroll Program Part 1
· Resource: Java: How to Program
· Due Date: Day 7 [Individual] forum
· 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
 

$7.00 Payroll Program Part 1

  • This tutorial was purchased 23 times and rated A+ by students like you.
  • Posted on Oct 23, 2008 at 1:10:34PM
A:
Preview: ... <br> Scanner in = new Scanner(System.in);<br> <br> // Name<br> System.out.println("Enter the employee's name:");<br> String name = in.nextLine();<br> <br> // Rate<br> System.out.println(" ...

The full tutorial is about 79 words long plus additional clarification.
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 17 times and rated A+ by students like you.
  • Posted on Oct 23, 2008 at 1:11:59PM
A:
Preview: ... <br>To run part 1, type "java Payroll_1" <br><br>To compi ...

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:
Eagle777
Eagle777
Rating (114): A
Questions Asked: 0
Tutorials Posted: 53, earned $3,358.94
 

$5.00 IT215 - Payroll Program PART 1 - (zip file Includes: .java file + .class file + .doc file of colorized code) (50/50, A+)

  • This tutorial was purchased 18 times and rated A+ by students like you.
  • Posted on Oct 28, 2008 at 04:36:29PM
A:
Preview: ... displayed to request hours worked<br> //input.nextFloat saves all numbers entered one after the other and assigns it to "Hours"<br> System.out.print("Enter hours worked this week: ");<br> Hours = input.nextFloat();<br><br> //Text is displayed to request hourly rate of pay<br> //input.nextFloat saves all numbers entered one after the other and assigns it to "Rate"<br> System.out.print("Enter hourly rate of pay: ");<br> Rate = input.nextFloat();<br><br> //Calculation performed to determine Week's Pay and is assigned to the float variable "WeekPay"<br> WeekPay = Hours * Rate;<br><br> System.out.println();<br> System.out.println();<br> S ...

The full tutorial is about 363 words long plus attachments.

Attachments:
Payroll Program PART 1.zip (10K)
Posted by:
Eagle777
Eagle777
Rating (114): A
Questions Asked: 0
Tutorials Posted: 53, earned $3,358.94
 

$18.00 IT215 - Payroll Program PARTs 1, 2, 3 (zip files include, .java + .class + .doc of colorized text) (100%A on all Parts)

  • This tutorial was purchased 28 times and rated B+ by students like you.
  • Posted on Oct 28, 2008 at 04:43:33PM
A:
Preview: ... e three zip files. Each zip file includes the .java file, the .class file, as well as a word document file of colorized code text for your reference. I received complete 100% score on all Parts include the final PART 3 of the complete program. <br><br>Please see attachments of ...

The full tutorial is about 245 words long plus attachments.

Attachments:
Payroll Program PART 1.zip (10K)
Payroll Program PART 2.zip (11K)
Payroll Program PART 3.zip (18K)
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,897.62
 

$15.00 PAYROLL PROGRAMS 1, 2, & 3

  • This tutorial was purchased 6 times and hasn't been rated yet.
  • Posted on Feb 19, 2009 at 09:42:29PM
A:
Preview: ... ication 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 currenc ...

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)
Posted by:
B_W
B_W
Rating (434): A+
Questions Asked: 1
Tutorials Posted: 1734, earned $15,897.62
 

$5.00 PAYROLL PROGRAM 1

  • This tutorial was purchased 8 times and rated A+ by students like you.
  • Posted on Feb 19, 2009 at 09:43:38PM
A:
Preview: ... oll Program Part 1<br><br>Resource: Java: How to Program<br><br>Create a non-GUI based Java application that calculates weekly p ...

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

$5.00 PAYROLL PROGRAM 2

  • This tutorial was purchased 13 times and rated A+ by students like you.
  • Posted on Feb 19, 2009 at 09:44:50PM
A:
Preview: ... ee information until the user enters stop as the employee name. In addition, program the application to che ...

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

$5.00 PAYROLL PROGRAM 3

  • This tutorial was purchased 3 times and rated A+ by students like you.
  • Posted on Feb 19, 2009 at 09:46:06PM
A:
Preview: ... ekly pay. Once stop is entered as the employee name, the application should terminate. Make sure the program maintains all the functionalit ...

The full tutorial is about 112 words long plus attachments.

Attachments:
PayrollProgram3.java.txt (4K) (Preview)
Posted by:
TheRealArkayn
TheRealArkayn
Rating (1216): A+
Questions Asked: 20
Tutorials Posted: 3737, earned $39,235.49
 

$5.00 IT/215 Week 2 CheckPoint 2 - Payroll Program Part 1 - Find out why my tutorials are the best! 100% on this one!!!

  • This tutorial was purchased 8 times and rated A+ by students like you.
  • Posted on May 03, 2009 at 03:31:56PM
A:
Preview: ... a.util.Scanner; //enables class scanner<br><br>public class Main<br>{<br> // main method begins execution of Java application<br> public static void main ( String args[] )<br><br> {<br> Scanner input = new Scanner(System.in); // Allows collection of user input<br> <br> // print welcome message, starting with 2 lines of white space<br> System.out.println ();<br> System.out.println ();<br> System.out.println ( "Welcome to the Java-based payroll calculation program!" );<br> System.out.println ( " Copyright 2009 by Joseph Stingel" );<br> System.out.print ...

The full tutorial is about 680 words long plus attachments.

Attachments:
Main.java (2K) (Preview)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty