Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: please can you help me this programm

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please can you help me this programm

    Write a program, which allows the user to input the name, the number of hours worked during the week & the hourly rate for up to 10 employees. Calculate their gross pay, tax (20% if gross<£300 and 42% otherwise), PRSI (9%) & net pay. Display all data for each employee in a table form.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: please can you help me this programm

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for newcomers.

    We'll help you once you have some code to help with. Make an effort.

Similar Threads

  1. Help changing my programm to take in more data
    By pythonprogrammer16 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 8th, 2013, 05:23 PM
  2. Programm does not start. Help Please!
    By efluvio in forum What's Wrong With My Code?
    Replies: 11
    Last Post: March 8th, 2013, 02:55 PM
  3. Client-Server programm creation
    By MustSeeMelons in forum Java Networking
    Replies: 16
    Last Post: December 11th, 2012, 04:39 PM
  4. Creating a programm
    By TheBoss84 in forum Java Theory & Questions
    Replies: 2
    Last Post: October 23rd, 2011, 02:36 PM
  5. Can't run Game of Life programm
    By cutekill0 in forum What's Wrong With My Code?
    Replies: 24
    Last Post: September 13th, 2011, 08:30 AM