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 3 of 3

Thread: i need someone to please help me with this java assignment, i am taking it this semester

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

    Default i need someone to please help me with this java assignment, i am taking it this semester

    CODEX institute is implementing a salary policy bonus based on wether an employee is a senior or junior staff, salaries are between certain boundaries which the tax are calculated on, below are the salary boundaries:
    Tax rate Salary
    3%---------------------500-590
    5%---------------------600-690
    8%---------------------700-790
    10%-------------------800-890
    12%-------------------900-990
    Write a program (Java) that will calculate:
    (i) The tax
    (ii) The take home
    Making use of the bonus given based on senior and junior staff. Use switch statement in your program. Senior staff will take 50 for a bonus whilst junior staff will take 20 for a bonus


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: i need someone to please help me with this java assignment, i am taking it this semester

    We aren't going to do your homework for you.

    Recommended reading:
    How To Ask Questions The Smart Way
    Stack Overflow question checklist - Meta Stack Overflow
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Member
    Join Date
    May 2013
    Posts
    106
    My Mood
    Amused
    Thanks
    16
    Thanked 9 Times in 9 Posts

    Default Re: i need someone to please help me with this java assignment, i am taking it this semester

    What do you have so far?

    Try working out this problem on pen and paper if you need some help figuring out the logic and how to begin. If you have some specific questions on Java syntax or are having trouble figuring out why your program isn't doing quite what you expect, we can help with that.

Similar Threads

  1. Very new to java taking 101 at school and could use some help with my code
    By Theldern in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 16th, 2013, 09:01 PM
  2. java program taking parameters inside a method
    By prof.chemuturi in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 7th, 2013, 10:39 PM
  3. help taking code from java class put it in JSP page.
    By anavagomez in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 26th, 2012, 10:57 AM
  4. [SOLVED] Taking a square root in Java, answer appears as 0.0. Why?
    By r19ecua in forum What's Wrong With My Code?
    Replies: 7
    Last Post: January 30th, 2012, 11:47 AM
  5. Beauty School student taking JAVA? doesn't work out so well, NEED HELP!
    By tmihans in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 20th, 2011, 07:58 AM

Tags for this Thread