Question: What does line 9 of the following program pseudocode do ? 1 start 2 Declarations 3 InputFile menuItems 4 MenuItemRecord 5 string itemName 6 string
What does line of the following program pseudocode do
start
Declarations
InputFile menuItems
MenuItemRecord
string itemName
string itemDescription
num itemPrice
open menuItems "MenuData.csv
input MenuItemRecord from menuItems
display itemPrice, itemName, : itemDescription
close menuItems
stop
a This statement is incorrectly written and should be replaced to clarify its purpose.
b writes a record to the file MenuData.csv
c copies all records from MenuData.csv into the computer's random access memory
d assigns the fields from the first record in MenuData.csv to the variables itemName, itemDescription, and itemPrice
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
