Solved

Case 1 - Frames Unlimited

Question 14

Multiple Choice

Case 1 - Frames Unlimited
Frames Unlimited is a wholesale picture and poster frame business. Frame data is stored in sequential access files that contain four columns: item number, item name, size, and price.
-Which of the following statements should be used first when opening the input file?


A) If IO.File.Exists("pictureFrame57.txt") Then
B) If IO.File.Exists("pictureFrame.txt") Then
C) inFile = IO.File.OpenText("pictureFrame57.txt")
D) inFile = IO.File.OpenText("pictureFrame.txt")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions