The Artima Developer Community
Sponsored Link

Java Answers Forum
Please help

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kelly Adabla

Posts: 4
Nickname: zaz009
Registered: Mar, 2002

Please help Posted: Mar 31, 2002 8:20 AM
Reply to this message Reply
Advertisement
Hello, my name is kelly adabla and studying computer science. am writing a program on a printer accounting system. the outline of the program is very simple. that is

a printer accounting system logs usage information to a file appending by a line of form:

LoginID NOfPages

pfor each job processed. at the end of each month this file is used to charge users by working out the total number of pages printed by each user. the system produces two sunmmary results:

(a) a report listing users and totals in alphaabetical order of LoginID

(b) a report listing and totals in alphabetical order of total usage

can you please design and implent a java program to produce the above reports.

i need this program ASAP.

i hope its no bother by bringing this task forward to you. lookuing at you cv and expereince in programming i feel you can kindly help finish this little task.
prolem statement and description of soloution chosen
javadoc documentation of the main classes/methods
design docs(diagrams + ADT spec + pseudo code)
implentation(programming + style/layout)

thank you very much

yours sincerely

kelly

Topic: Beginner's block Previous Topic   Next Topic Topic: How do I set the start and end value for a date using JSpinner

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use