0
[Help] Help with C++
I want to make a number guessing game, but so far I’ve come up with nothing. Please help. Any explanation would be greatly appreciated.
5 Antworten
+ 1
0
you just need an input and a function which said if the number is greater or not
0
something like : bool greaterthan(int aNumber, int numberToGuess){return (numberToGuess >aNumber);}
0
If I will have time I will send you a code in 8hours
0
Don't really work on Sololearn