Purchase Solution

Non-GUI based Java application - Payroll Program

Not what you're looking for?

Ask Custom Question

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. I just need a little help to get started so that I can get on the right track in writing my program.

Purchase this Solution

Solution Summary

This solution includes a non-GUI based Java application that calculates weekly pay for an employee in an attached .zip file with instructions for compiling to generate the class files.

Solution Preview

Make sure u compile Employee.java and then payroll.java

Please follow the following steps.

Extract zip files

Step 1: Compile Employee.java

Javac ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.