I am new to coding, just started college, I have made a very simple coin flipper in Visual c# express, it is a console application, how do I now run this application without having to enter VB and click the play button?
Asked
Active
Viewed 51 times
-2
-
https://www.youtube.com/watch?v=aBoeS2dkPg4 – Royi Namir Sep 16 '15 at 14:28
-
4You mean VS right? VS=Visual Studio the IDE, VB=Visual Basic, a programming language – dimlucas Sep 16 '15 at 14:28
1 Answers
2
If you have compiled the console app, you should have a /bin/debug folder in your application, and there will be an executable (CoinFlipper.exe), which you can run

Matt Evans
- 7,113
- 7
- 32
- 64