akosiraff

Download Random Solution

Feb 19th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/random-solution/
  3. In this exercise, you code an application that allows the user 10 chances to guess a
  4. random number generated by the computer. The random number should be an integer
  5. from 1 through 50, inclusive. Each time the user makes an incorrect guess, the
  6. application should display a message that tells the user either to guess a higher number
  7. or to guess a lower number. When the user guesses the random number, the
  8. application should display a “Congratulations!” message. However, if the user is not
  9. able to guess the random number after 10 tries, the application should display the
  10. random number in a message. Open the Random Solution (Random Solution.sln) file
  11. contained in the VB2010\Chap06\Random Solution folder
  12. Download: http://solutionzip.com/downloads/random-solution/
Add Comment
Please, Sign In to add comment