[Solved] Error in a function call [closed]
“I ran the code below but it is not working” is not a useful description of your problem. Why is this so? Can anyone please explain this. Your problem is clearly described in the compiler error report, which you should include in your post. error: no matching function for call to ‘NumberOfPennies(int)’ std::cout << NumberOfPennies(4) … Read more