Name: Jane Programmer Partner: Joe Partner Asn#: Sampler Status: Completed Files: - cinco.cpp: the cinco class that plays the game - dictionary.cpp: the dictionary - README.txt: Meta information about the homework files. Hours Working With Partner: 9.5 Hours Working Alone: 0.2 Hours Total: 9.7 Extra Credit: - Completed program following pair-programming guidelines - Makefile and separate compilation Program Purpose: My program plays a game called cinco. The objective of the game is to guess a 5 letter word. How to Use: 1. Install the source code into a directory and compile by typing: make 2. To run at the command line, type: cinco Specifications Met: ## Specification File Line# Comment -- ------------- ---- ----- ------- 0. No global variables 1. if statement cinco.cpp 12 2. while loop cinco.cpp 10 3. for loop cinco.cpp 47 4. void function dictionary.cpp 10 5. non-void function cinco.cpp 98 6. pass-by-value function dictionary.cpp 10 7. pass by reference func cinco.cpp 98 8. overloaded function cinco.cpp 150 9. array type dictionary.cpp 8 10. Read from file dictionary.cpp 50 filename: dict.txt 11. Write to file cinco.cpp 120 filename: scores.txt 12. Use of fail cinco.cpp 121 13. Stream parameter cinco.cpp 115 function: output() 14. setw() cinco.cpp 125 15. setprecision() cinco.cpp 126 16. string class dictionary.cpp 8 17. Object reference cinco.cpp 115 18. Multiple classes & obj cinco.cpp 10 dictionary.cpp 10