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: need help with this java assignment

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

    Default need help with this java assignment

    Im beginning java. I need help coding this. i'm a bit confused

    A salesperson will earn a fixed salary of $51,000.

    A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson's annual sales. The current commission is 13% of total sales.

    The total annual compensation is the fixed salary plus the commission earned.

    The Java™ application should meet these technical requirements:

    The application should have two classes; at least one class in addition to the application's controlling class (a controlling class is where the main function resides).

    There should be proper documentation in the source code.

    The application should ask the user to enter annual sales, and it should display the total annual compensation. Format the sales number using this mask $999,999.99.


  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: need help with this java assignment

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

    What's your confusion?

Similar Threads

  1. Behaviour of shortcut assignment and normal assignment for float
    By rakeshkr2 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 20th, 2014, 02:54 AM
  2. Replies: 8
    Last Post: February 12th, 2013, 05:45 AM
  3. hello im new to java please help me with my assignment!
    By New to Java in forum Java Theory & Questions
    Replies: 5
    Last Post: January 14th, 2012, 01:01 AM
  4. assignment troubles polymorphism (guide for assignment included)
    By tdawg422 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 8th, 2011, 10:01 AM
  5. Replies: 1
    Last Post: February 22nd, 2010, 08:20 AM

Tags for this Thread