Wednesday, October 14, 2009

Arrays and File Handling - Semester 2 Week 5

Arrays - variables that can store more than one value. Each item in the array that contains a value is called an element. Arrays use a subscript to identify each element in the array.

File Handling - The process of editing, selecting, deleting, or adding data into a text file or .txt. These text files are called sequential files. To open a text file, the programmer adds in an object into the System.IO called StreamReader. To write in a text file the programmer adds the object StreamWriter.

No comments:

Post a Comment