Visual Basic Tutorial – Number guessing game

This application is designed to teach you some very important parts of programming such as selection and iteration in other words If statements and loops.  This application is very simple there is a secret number and we capture the users guess. Once the game is completed we end the application and if the user guesses the wrong number we give feedback to guide the user.

Learning outcome:

  1. How to use strings and integers
  2. Using While loops
  3. Using if statements
  4. Capture user input
  5. Create and manage a console application
Visual-basic-Number-Guessing-Game



Comments are closed.