.Net
Operator != cannot be applied to operands of type int and Random
Im new to csharp and came across a problem while writing a Guessing Game where you have 10 attempts. Could anyone tell me what im doing wrong? It would be much appreciated. numberGen is Random(). Read more…