Solved

In the Following Pseudocode,the Value for TRANSCODE Is an Example

Question 23

Multiple Choice

In the following pseudocode,the value for TRANSCODE is an example of a(n) ?
Start
Read TRANSCODE
CASENTRY TRANSCODE
CASE "Receipt"
Process B000
CASE "Order"
Process B010
CASE "Withdrawal"
Process B020
CASE "Adjustment"
Process B030
ENDCASE
Write GRADE
Stop


A) character string
B) character-string constant
C) alphabetic variable
D) both a and b

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions