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: loan calculation applet code

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

    Default loan calculation applet code

    I am trying to code a java applet to calculate the loan with interest. i would appreciate any help i can get with this little project.

    maximun loan is annual incom*3.
    subjected to a maximum of USD 1500000 or 85% of item amount which ever is less
    max tenure is 7 years, minimun eligibility criteria would be that annual income should not be less than USD 100000,
    person age should be 21 to 60.


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: loan calculation applet code

    If you need our help, you need to tell us exactly what you need help with. So far all I see are some requirements but no real question. Exactly what step are you stuck on?

Similar Threads

  1. [SOLVED] Need Help Completing a Loan Table
    By C++kingKnowledge in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 14th, 2012, 05:12 PM
  2. Need help with my code for calculating monthly payment on a loan
    By Marcella74 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 25th, 2012, 09:26 AM
  3. Loan Repayment
    By Langolier in forum What's Wrong With My Code?
    Replies: 9
    Last Post: February 18th, 2012, 01:29 PM
  4. Loan Payments
    By clarafeb1 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 11th, 2011, 03:36 AM
  5. savings and loan society
    By 5723 in forum Java Theory & Questions
    Replies: 9
    Last Post: November 14th, 2009, 12:01 AM