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 Answers
+ 1
https://code.sololearn.com/cAyA9qjHCQzO/#cpp
For you đ
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