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)