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.

15th Mar 2018, 6:15 AM
John
John - avatar
5 odpowiedzi
15th Mar 2018, 4:20 PM
Hylectrif
Hylectrif - avatar
0
you just need an input and a function which said if the number is greater or not
15th Mar 2018, 6:22 AM
Hylectrif
Hylectrif - avatar
0
something like : bool greaterthan(int aNumber, int numberToGuess){return (numberToGuess >aNumber);}
15th Mar 2018, 6:24 AM
Hylectrif
Hylectrif - avatar
0
If I will have time I will send you a code in 8hours
15th Mar 2018, 6:25 AM
Hylectrif
Hylectrif - avatar
0
Don't really work on Sololearn
15th Mar 2018, 4:20 PM
Hylectrif
Hylectrif - avatar