If you have a blank console app, how can you get it to accept the typed word "message" and have a message box appear to say "well done".
Im new to console applications and havebeen studying articles/ebooks for a couple of days, yet i cant find something as simple as this.
Any help is greatly appreciated.
P.S. I can hard code "message" to display a message box saying "hello". But just wandered if it was possible to make it so the user has to physically type "message" onto the command line.
Thanks
Im new to console applications and havebeen studying articles/ebooks for a couple of days, yet i cant find something as simple as this.
Any help is greatly appreciated.
P.S. I can hard code "message" to display a message box saying "hello". But just wandered if it was possible to make it so the user has to physically type "message" onto the command line.
Thanks