Runing Text

Do not Click

Simple data entry with an array

Thursday 21 January 2010 , Posted by Andi at 16:47

This program will demonstrate to us how to process the data by using an array. There are two things that will be made on this program, namely to add data into the array and display the data and the program we made this time using the console application. The following program display:


based on the view above, all we have to do in this program is starting from the bottom. By default, usually at the time of printing characters always starts from the top, but this time we run from the bottom. how to make the source code? Just a simple code shows below:

For i = 1 To 25
WriteLine()
Next


Further discussion will be presented in the next posting.

Currently have 0 komentar:

Leave a Reply

Post a Comment

Related Post