Write the code to declare a variable namedoutFilethat can be used to write data to a sequential access file. Then write the statement to open a sequential access file named customers.txt for output.

What will be an ideal response?

Dim outFile As IO.StreamWriter

outFile = IO.File.CreateText("customers.txt")

Computer Science & Information Technology

You might also like to view...

Bytes are typically composed of ___________ bits.

a) 4 b) 8 c) 1 d) 2

Computer Science & Information Technology

The highest quality power strips include protective circuits to minimize damage to technology equipment due to power surges or spikes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology