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

Thread: [Beginner] Need Help for my Homework

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

    Default [Beginner] Need Help for my Homework

    Hey, Guys I'm really having a tough time doing this Homework. I don't really know how to start. It would be much appreciated if someone can help.
    Here's the link. http://i.imgur.com/lJlB8Bm.jpg.

    Thank you.

    PS: We use Easy.In for taking records, if that even helps


  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: [Beginner] Need Help for my Homework

    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.

    Why don't you know how to start? You can't open and run your source code editor? You can't create a Java class with a main() method? You can't follow the fairly explicit directions given by the assignment? We can't do these most basic things for you or otherwise start you, and we can't write the code for you. You have to make an effort, post code, and ask for specific help with that code. Beyond that, there's not much we can do.

    If you truly cannot do any of those most basic things I listed to start this project, then you should review your class notes and textbook, and/or ask your instructor, the TAs, or other students (as allowed by the class policy) for help.

    Good luck!

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

    Default Re: [Beginner] Need Help for my Homework

    No I mean I don't really know how to do this like what kind of commands do I need to use. Long story short I need someone to guide me.

  4. #4
    Junior Member
    Join Date
    Dec 2013
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: [Beginner] Need Help for my Homework

    I saw a similar problem among some of the students in my programming class before. It can sometimes be difficult to get the ball rolling on a program without a real starting point. There is a process that may help.

    After reading the program, break the problem into several pieces and design individual solutions for them. My instructor liked starting with inputs and used them to determine programming in a step-by-step fashion. I personally start at end-product all of the time, as I find it is intuitive.

    For example, the program is asking for what type of inputs? How can I get these inputs?

    If that question seems to complex, it can also be broken down following the same approach. How could I get just a single input of salary?

    Let me know if this helps, because I personally don't have an issue in logical deconstruction and I am not sure if this really explains it rightly.

  5. The Following User Says Thank You to Flying216 For This Useful Post:

    GregBrannon (January 13th, 2014)

Similar Threads

  1. Homework help
    By todoratanasovv in forum Java Theory & Questions
    Replies: 1
    Last Post: December 5th, 2013, 07:03 AM
  2. Homework Help Java Beginner
    By Edmacelroy in forum What's Wrong With My Code?
    Replies: 7
    Last Post: October 21st, 2013, 04:39 PM
  3. Beginner struggling with homework question
    By mets3214 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 6th, 2013, 08:10 PM
  4. I am doing my homework =D
    By valenciajv in forum Java Theory & Questions
    Replies: 9
    Last Post: October 7th, 2011, 04:39 PM
  5. Homework assignment (beginner)
    By z3ohyr84 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 30th, 2011, 01:32 PM