Which of the following opens a sequential access file named MyFriends.txt for input? a. inFile = IO.File.Input(MyFriends.txt)

Question:

Which of the following opens a sequential access file named MyFriends.txt for input?

a. inFile = IO.File.Input("MyFriends.txt")

b. inFile = IO.InputFile("MyFriends.txt")

c. inFile = IO.File.InputText("MyFriends.txt")

d. inFile = IO.File.OpenText("MyFriends.txt")

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: