- second screenshot with highlighted problems in monodevelophttps://pastebin.com/xeubBqcv - my code
Don’t understand where is the problem, please help!
- second screenshot with highlighted problems in monodevelopDon’t understand where is the problem, please help!
Hi there,
The keyword public must be before the type void in the function declaration:
public void GuessHigher()
Sebastian_Martens, thank you! Solved