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: Java Assignment Question

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Assignment Question

    I have an assignment for class. I am a going for a degree in networking, but for some reason they require us to take a Java programming class and they really let you have it. This is only the 2nd week and we are supposed to write, what seems like, a difficult program. I'm sure to the more experienced programmer that this isn't a big deal at all and is actually quite simple. But, even after reading all the material for the week (which ended up being close to 100 pages) and watching tutorial videos, I feel that I am even more lost. I was wondering if anyone could help me at all with this, and it would be GREATLY appreciated.

    Write a Java application using NetBeans Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors:

    A salesperson will earn a fixed monthly salary of $4,000.00.
    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 20% 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 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 is the source code.
    The application should ask the user to enter annual sales, and it should display the total annual compensation.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java Assignment Question

    What have you tried?

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member
    Join Date
    Jul 2012
    Posts
    83
    My Mood
    Cynical
    Thanks
    3
    Thanked 9 Times in 9 Posts

    Default Re: Java Assignment Question

    cross-posted: Java Assignment Question

Similar Threads

  1. Please friends help me out with this assignment question
    By yakshu in forum Object Oriented Programming
    Replies: 20
    Last Post: November 10th, 2012, 06:42 AM
  2. Simple question about a ticketmachine assignment
    By Ypmaha in forum Object Oriented Programming
    Replies: 17
    Last Post: March 30th, 2012, 09:35 AM
  3. Help with assignment about a board game (enum and array question)
    By Kranti1992 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 12th, 2012, 07:47 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