Well it is official I am spending more time on my C# class than anything else this quarter.  This last assignment is diving me to constant distraction. It is to get the computer to pick a random number between 1 and 10. And then have a person guess the number with the computer giving higher or lower responses or ‘you have guessed the correct number. I got it to do that but I can’t figure out how to get the program to keep receiving input if you pick an incorrect number. Right now it just goes away once it tells you that you need to pick again. I have tried to put what I did nested in a loop, nested a new loop in the while loop I made. I have tried creating new variables and using variables that are already made. I have also used the Console.ReadLine every where I can conceive of to no luck. Tell me can a return handle parameters?(my newest idea … have not tried it out yet) Yes to constant distraction.