Visual Basic – Create a Console Riddles App
- Subject: Visual Basic Tutorials
- Learning Time: 30 mins
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:
- use console application
- use console write line
- Show strings on screen