votes
Problem In Returning Value in C# [Method]
I'm creating a game in which I've used Random number system and user number to match.. simple logic this is.. here, i've to give +5 marks to the user if he/she is right.. in txtPoint else, if wrong then -1 from the score. I've made this ...
