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: Home work help?

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

    Default Home work help?

    Write a java program that determines if the user is eligible for a $75,000 loan. The user must earn more then $60,000 a year, work for the same employer for more then two years, and agree to repay the loan over a period of ten years.

    First, ask the user how much they make a year. Second, ask the user how many years they have worked at their current workplace. Third, ask the user to type "yes" if they agree to repay the loan over a 10 year period.

    if the user is eligible for the loan, output "Congratulations! You are eligible for a $75,000 dollar loan!"

    If the user is not eligible for the loan, output " We regret to inform you that you are not eligible for a $75,000 loan. Your current salary is xxx,xxx.xx and you must make at least $60,000 a year. You have been employed at your current job for X years and you must be employed by your current employer for 2 years. You answered xxx to repay the loan in ten years and you must reply yes to this question. Since you do not meet all of these requirements, we can't offer you the loan"

    Can someone please help me out with this!!


  2. #2
    Member
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    3
    Thanked 14 Times in 14 Posts

    Default Re: Home work help?

    What have you done so far? You need to show a valiant effort, write down your outline of the program on paper if you need to get a start on it.

Similar Threads

  1. Grails Developer Needed - URGENTLY NEEDED *WORK FROM HOME*
    By IngeniumR in forum Paid Java Projects
    Replies: 0
    Last Post: February 5th, 2013, 07:19 AM
  2. Home assignment
    By yogafisken in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 15th, 2012, 04:13 PM
  3. Long term project work from home developer
    By internext in forum Paid Java Projects
    Replies: 17
    Last Post: May 2nd, 2012, 07:51 PM
  4. home work ..
    By shane1987 in forum Collections and Generics
    Replies: 8
    Last Post: November 16th, 2010, 09:45 AM