Coder Social home page Coder Social logo

java-employee-gross-pay's Introduction

Create a program to compute the gross pay of a certain employee (use AWT or Swing for the components). Ensure that all exceptions will be handled/declared correctly. Allow the user to input in a TextField and/or ComboBox or other components the following details: Name, nature of work, position and number of hours worked. The nature of work is either field or office. For field work, the employee will get an allowance of 1000. Position of employee is either manager, supervisor or employee. Manager has a rate of 1000, supervisor has a rate of 700 and employee has a rate of 300. Use the computation below to compute the gross pay of the employee. Create a separate class for the following: Manager Supervisor Employee TestCompute Gross pay = Rate*Hours Worked + Allowance

Saved all values in a lab5.csv (location at the root directory, use the code above for setting the path) provided by the user with following details:

  1. Name
  2. Nature of work
  3. Position
  4. Rate
  5. Number of hours worked
  6. Allowance
  7. Gross Pay

java-employee-gross-pay's People

Contributors

xortaa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.