Given that you have a file with the internal name Books which contains twenty records, with three fields per record (title, author, publication year), how many passes will be executed in the following loop?
```While NOT EOF(Books)
Read Books, Title, Author, Year
End While```
a. 1 b. 3 c. 20 d. 21
C
Computer Science & Information Technology
You might also like to view...
Charts should not display both totals and details—display one or the other but not both
Indicate whether the statement is true or false
Computer Science & Information Technology
A graphic equalizer helps you to adjust the Windows Media Center graphics
Indicate whether the statement is true or false
Computer Science & Information Technology