Which of the following reads a line of text from a sequential access file and assigns the line (excluding the newline character) to the strText variable? a. inFile.Read(strText) b....


Which of the following reads a line of text from a sequential access file and assigns the

line (excluding the newline character) to the strText variable?

a. inFile.Read(strText)

b. inFile.ReadLine(strText)

c. strText = inFile.ReadLine

d. strText = inFile.Read(line)



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here