The Artima Developer Community
Sponsored Link

Java Answers Forum
Java help please

4 replies on 1 page. Most recent reply: Nov 5, 2002 8:39 PM by twisty

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
dylan

Posts: 3
Nickname: dillweed
Registered: Nov, 2002

Java help please Posted: Nov 4, 2002 4:58 PM
Reply to this message Reply
Advertisement
Develop a Java application that will determine the gross pay for each of the three employees. The company pays "strait time" for the first 40 hours worked by each employee and pays "time and a half" for all hours worked in excess of 40 hours. You are given a list of employees of the company, the number of hours each employee worked last week and the hourly rate of each employee. Your program should input this information for each employee and should determine and display the employee's gross pay. Use imput dialogs to imput the data


twisty

Posts: 22
Nickname: twisty
Registered: Nov, 2002

Re: Java help please Posted: Nov 4, 2002 11:01 PM
Reply to this message Reply
So what parts can't you do? Since you've just started as a Java programmer, it would definitely be worth your while to make an attempt at completing such an easy assignment yourself. You see, someone could write the whole thing for you in 15-30mins, but then you wouldn't end up learning anything.

However, if your having any problems, or would like me to write some code related to this matter for you, feel free to ask.

dylan

Posts: 3
Nickname: dillweed
Registered: Nov, 2002

Re: Java help please Posted: Nov 5, 2002 6:11 AM
Reply to this message Reply
could someone please help me start this program!

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Java help please Posted: Nov 5, 2002 5:14 PM
Reply to this message Reply
You just start it by typing "java GrossPay" on the command line.

twisty

Posts: 22
Nickname: twisty
Registered: Nov, 2002

Re: Java help please Posted: Nov 5, 2002 8:39 PM
Reply to this message Reply
lol :)

Flat View: This topic has 4 replies on 1 page
Topic: JTable and retrieval of values Previous Topic   Next Topic Topic: interview questions in ejb and jsp

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use