Which of the following loops would you use to read all of the items from the file

Question:

Which of the following loops would you use to read all of the items from the file associated with my File?a. While eof (myFile) Read myFile item End While b. While NOT eof (myFile) Read myFile item End While

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

Step by Step Answer:

Question Posted: