Visual Basic – Create a Console Riddles App

Lets learn how to do procedural programming in visual basic. We are going to create a console riddle app in visual studio. Procedural programming is making an app go through line by line to achieve a result. We thought it would be fun to learn that doing this simple app.  Follow along

Learning outcomes:

  1. use console application
  2. use console write line
  3. Show strings on screen
Visual-Basic-Riddle-App



Comments are closed.