Q: How to develop console application?
A: Create a new project just goto file-new-project. (ctrl+shift+N)
- select visual basic
- select console application from project template
- specific location name and project
- solution name: group of related projects
Now open coding window.
- Non structured programming.
- Structured programming.
- Module.
- Procedure.
- Main.
- Syntax.
Structured Programming.
Division of programming into divide and rule.(procedure and function)
Module:
Group of related procedure and function.
Producer:
Set of related instructions stored in the program with specfic names but these insuruction return
some information for later use.
Main:
Default procedure use instruction in these procedure are executed automatically whenever consoule
application is run.
Syntax:
Rules of programming any language.
- resrve words.
Console.writeline(----)
String literal:
Alaphabetic/Alpha numeric must be closed double quotes.
Debbuging:
shortcut key-----F5
console.readkey:
use this commend to wait application.
Commenting statements:
- Programme commets
- To skip statement during program excuting.
( ' ) This command use to comment out all syntax. Shortcut key this command.
ctrl+c ----- Enable
ctrl+u -----Disable
This command available is Edit---Advance----comment out all
No comments:
Post a Comment