Console Application

Sunny tech

Console Application

The application which is executed on the DOS is called console application.

It gives the concept to develope the system based program.

By using th module and procedure the codding can be represented.

Structure of the console application:


Declaration of the variable

Specific Data

Syntax:
Dim space Variable space As space datatype

Example:
Dim n As Integer
Dim nm As String
Dim sal As Single
Dim g As Character

Varient Data

Syntax:
Dim space Variablename

Example:
Dim a,b,c

                      Output

Writeline():
It is the pre defined procedure which is used to print the dataon the screen.

It belongs from the "console" class.

The console class belongs from the "system" namespace.

There are two methods are used to the namespace:

1) Implicite
2) Explicite

0 comments: