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

Thread: calculating number of checks

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

    Post calculating number of checks

    A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account:
    $.10 each for less than 20 checks
    $.08 each for 20-39 checks
    $.06 each for 40-59 checks
    $.04 each for 60 or more checks
    Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank's service fees for the month.

  2. #2
    Junior Member
    Join Date
    Sep 2018
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default on my posted question

    I am starter and dont know how to do please help out.

  3. #3
    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: calculating number of checks

    Do you have any specific java programming questions?
    What have you tried?
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Sep 2018
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: calculating number of checks

    The above was my question

  5. #5
    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: calculating number of checks

    Sorry, I don't see any specific java programming questions in this thread. The first post looks like a programming assignment.

    What have you tried so far? Where are you having problems?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 1
    Last Post: August 9th, 2013, 10:26 AM
  2. Please, help me out in calculating guest number of stay in a hotel
    By Motion in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 20th, 2013, 08:58 AM
  3. Replies: 4
    Last Post: February 10th, 2013, 11:58 PM
  4. Need help with program that checks requirements
    By suxen in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 29th, 2011, 01:18 PM
  5. Replies: 18
    Last Post: March 2nd, 2011, 10:52 AM