help with this?@mixhi4ever All you need to do, is let the user input a question. Then jump to the case in the swit...
Hangman@Macrowav3 Try putting a [code]break;[/code] after each [code]theword = "..."[/code], otherwise, th...
Colors@voidmainvoid The only problem with using [code]system("color ##");[/code], is that ALL the text on...
Colors@nasser Staying on the idea that you're using the console, and not a window program, here is a way ...
Setting a number to the hundredths placeWhen you're checking a value, use double equals. A single equals is for assigning. Example.. [code]...