Given the following pseudocode:
10 READ Q,W
20 PRINT Q,W
30 GOTO 10
40 DATA 10,20,30,40,50,60,70,80,90,100
Which of the following best defines the type of data being used?
The DATA statement lists multiple values (10, 20, 30, etc.) which are stored sequentially and accessed in order, representing an array or list of data elements.
Other options:
Boolean is true/false,
Variable stores a single value,
Function performs operations or calculations.
Katie
22 hours agoStefania
5 days agoLauna
6 days agoEllsworth
13 days ago