Written during the interview process for Kent State University
Expected input: A space separated text file with integers. Valid bowling scores are expected. Anything other than valid bowling scores may produce unexpected behavior. There is no error checking performed in this program.
Testing: If the executable generated is called bowl.exe,
./bowl.exe < tests/tst1.txtwill run the program with sample test input.
./test.exewill run all test cases and compare them with test solutions.
This program was developed using Visual Studio 2015. The test script was written using Git Bash.