Simple data entry with an array
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: