Question
Asked by:
midenginer2
midenginer2 from U of P
Rating : No Rating
Questions Asked: 33
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
 
Want to take a stab at the bounty and post a tutorial? Need clarification? Join us now or log in! Read more on how this works.
 
Available Tutorials to this Question
Posted by:
b_h
b_h from U. in B.
Rating (488): A+
Questions Asked: 0
Tutorials Posted: 912, earned $16,356.96
 

$7.00 Payroll Program Part 1

  • This tutorial was purchased 2 times and rated A+ by students like you.
  • Posted on Oct 23, 2008 at 1:10:34PM
A:
Preview: ...
Scanner in = new Scanner(System.in);

// Name
System.out.println("Enter the employee's name:");
String name = in.nextLine();

// Rate
System.out.println(" ...

The full tutorial is about 79 words long .
Posted by:
b_h
b_h from U. in B.
Rating (488): A+
Questions Asked: 0
Tutorials Posted: 912, earned $16,356.96
 

$20.00 Payroll Program Parts 1, 2 and 3

  • This tutorial was purchased 6 times and rated A+ by students like you.
  • Posted on Oct 23, 2008 at 1:11:59PM
A:
Preview: ...
To run part 1, type "java Payroll_1"

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 from University of Phoenix - Online
Rating (34): A
Questions Asked: 0
Tutorials Posted: 42, earned $637.45
 

$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 3 times and hasn't been rated yet.
  • Posted on Oct 28, 2008 at 04:36:29PM
A:
Preview: ... displayed to request hours worked
//input.nextFloat saves all numbers entered one after the other and assigns it to "Hours"
System.out.print("Enter hours worked this week: ");
Hours = input.nextFloat();

//Text is displayed to request hourly rate of pay
//input.nextFloat saves all numbers entered one after the other and assigns it to "Rate"
System.out.print("Enter hourly rate of pay: ");
Rate = input.nextFloat();

//Calculation performed to determine Week's Pay and is assigned to the float variable "WeekPay"
WeekPay = Hours * Rate;

System.out.println();
System.out.println();
S ...

The full tutorial is about 363 words long plus attachments.

Attachments:
Payroll Program PART 1.zip (10K)
Posted by:
Eagle777
Eagle777 from University of Phoenix - Online
Rating (34): A
Questions Asked: 0
Tutorials Posted: 42, earned $637.45
 

$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 11 times and rated A+ 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.

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)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty