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: Re: How hard would this be to write for a Beginner?

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    2
    My Mood
    Amazed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Re: How hard would this be to write for a Beginner?

    write a program that computes and assess the tuition fee of the students in one trimester,

    based on the given mode of payment below

    plan(key) discount(-)or(+)interest


    1 cash 10%discount

    2 two-installment 5%interest

    3 three-installment 10%interest


    EX

    Input Tuition Fee: 20,000

    Enter mode of payment: 2

    press 1 for cash, 2 for two installment, 3 for three installment

    output

    your total tuition fee is: 21,000



    please help me to do my assignmen.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How hard would this be to write for a Beginner?

    1) Please do not hijack other people's threads, I have moved your post to its own thread. 2) What you posted is what we call a homework dump. It makes you look as if you are looking for someone to do it for you, which we do not, and which is cheating. My suggestion: show what you've tried so far and ask a specific question.

  3. #3
    Junior Member
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How hard would this be to write for a Beginner?

    That seems really easy to do. Especially if you are past Algebra 2 or you have done AP Econ or whatever is the College equivalent. Actually, most of the program seem to be present in your example. You just need to integrate the arithmetic and code that allows you to get user input. If you need further help, google "how to get user input in java" and "how to calculate interest over time."

    That should start you off, and probably finish you off as well.
    Hope this helps

Similar Threads

  1. How hard would this be to write for a Beginner?
    By Bgriesh in forum Java Theory & Questions
    Replies: 7
    Last Post: August 11th, 2012, 01:30 AM
  2. very hard algorithm implementation
    By TheByt3 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 26th, 2012, 11:10 AM
  3. I am having a hard time with my code
    By SandeeBee in forum What's Wrong With My Code?
    Replies: 14
    Last Post: November 12th, 2011, 09:34 AM
  4. Beginner trying to write Java code, has issue w/ printing result and 2 decimals
    By flpanthers1 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 5th, 2011, 11:11 AM
  5. [SOLVED] Very complex project. It's hard to explain.
    By javapenguin in forum What's Wrong With My Code?
    Replies: 55
    Last Post: November 4th, 2010, 11:30 AM