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: phone billing system task help

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

    Default phone billing system task help

    Hiya

    i have a task to do and im very stressed about it. obviously i do not expect anyone to do my work for me but anyone give me a kick in the right direction of how to plan/ get started?


    this is my task: Implement a phone billing system for a phone company. You must choose a name for
    the phone company and this name should be displayed on screen. The system should be
    able to record all calls made by a customer by recording such information as numbers
    called and the date and length of these calls. Bills should be produced for the customer
    based on the calls made and the cost per minute of the calls. It should be possible to
    search the list of calls to find, for example, the calls made to a particular number.

    so il have a class which contains a list and allows for new calls to be added, removed, and for the file to be searched.

    another class which will call name of caller, number of caller, and set the recipent number, length of call, date, and price.

    im very confused about what to do and have basic java skills so any help is much appreciated!


  2. #2
    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: phone billing system task help

    Do you have a design for the program? Can you list the steps it must take to solve the problem?
    You need a design for a program before you can write it.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. JavaScript Error in Task Bar..!!
    By ashishrajiit in forum Other Programming Languages
    Replies: 2
    Last Post: November 13th, 2011, 10:50 AM
  2. Update GUI before lengthy task
    By hafunui in forum Java Theory & Questions
    Replies: 2
    Last Post: October 17th, 2011, 11:24 AM
  3. Ant Executes and Stops After a Certain Task
    By DanielPros in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 9th, 2011, 10:46 AM
  4. URGENT Need help with code for billing
    By ab3lr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 13th, 2011, 11:44 AM
  5. cable company billing..need help with methods
    By printmatic in forum What's Wrong With My Code?
    Replies: 12
    Last Post: November 7th, 2010, 04:48 PM