Switch case loopingOk so I have a menu program here which works fine. I'm trying to account for error input by the user...
Keep getting error 86:23: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'void')Thanks also is there another way i should do this problem. The text says to: 1) Break the number in...
Keep getting error 86:23: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'void')The goal of this program is to convert from number to English text. I am a beginner C++ programmer s...
Stuck keep getting an errorI have the following code here and I keep getting an error on line 13 13:21: error: invalid use of i...
This user does not accept Private Messages