In the pseudocode of the textbook, what does the following statement indicate?
Declare OutputFile itemsOrdered
a. itemsOrdered is a file on disk and the program will write data to it.
b. itemsOrdered is the internal name used to work with the contents of a file.
c. itemsOrdered is a file on disk and the program will read data from it.
d. None of these statements are true.
b. itemsOrdered is the internal name used to work with the contents of a file.
Computer Science & Information Technology
You might also like to view...
One of the most famous online auctions is ________
A) Createspace B) Craigslist C) eBay D) Amazon
Computer Science & Information Technology
A(n) ________ enables a program to read data from the user.
a. printf. b. import declaration. c. Scanner. d. main.
Computer Science & Information Technology