Advertisement
Guest User

Readme

a guest
Jan 22nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Exam Coding Challenge
  2. _______ _______ _______ ______ _______ _______ _______ _______ __ __
  3. | || || _ || _ | | || | | || || |_| |
  4. | _ || || |_| || | || | _ || _____| | || _ || |
  5. | |_| || || || |_||_ | | | || |_____ | || | | || |
  6. | ___|| _|| _ | | __ || |_| ||_____ | ___ | _|| |_| || |
  7. | | | |_ | |_| || | | || | _____| || | | |_ | || ||_|| |
  8. |___| |_______||_______||___| |_||_______||_______||___| |_______||_______||_| |_|
  9.  
  10. PROBLEM DESCRIPTION
  11. ----------------------------------------------------------------------------------------------------------------------------------------
  12. You have been hired to write a backend system for producing invoices for customers of an online hardware vendor. Your
  13. software accepts two text files, both exported from the website database, and must print an invoice for each customer.
  14.  
  15.  
  16. INPUT SPECIFICATION
  17. ----------------------------------------------------------------------------------------------------------------------------------------
  18. partslist.txt contains a parts list with SKU numbers, produce name, and prices.
  19. orders.txt contains a list of customers with their orders, specificed by SKU number.
  20.  
  21.  
  22. OUTPUT SPECIFICATION
  23. ----------------------------------------------------------------------------------------------------------------------------------------
  24. Your software will generate an invoice file for each customer. See the sample invoice files for exact content and formatting
  25. requirements.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement