Runing Text

Do not Click

VB.Net CA

Sunday 23 August 2009 , Posted by Andi at 01:01

Console Application is one type of application that can be made with the technology. Net. Is a text-based applications and is made if the application does not require a GUI. Example: The application server that served only to serve the client.

Syntax Input Output
Input and output operations are basic operations in programming.
1. Console.write
2. Console.writeline
3. Console.read
4. Console.readline
5. Console.readkey

Variable
A representation of the memory used to hold a value and that value can change during the program starts. Determined by the type of data. Distinction into two types: Local and Global.
Declaration of variables

Dim as


• Example:

Dim totalEmployee As Integer
Dim as String staffName



Terms of naming variables:
- Does not contain special characters
- Not allowed to use the keyword
- Containing numbers and not placed at the beginning.

Currently have 0 komentar:

Leave a Reply

Post a Comment

Related Post