[Solved] wrong answer from boolean function [closed]
Learn how to debug. If you cannot trace line-by-line through your code, then try to keep some kind of log. For now at least output this to the console. In your case 1. Verify the input file opened successfully 2. Print out each gift as you read it in. would be a good way to … Read more