Discussion :: Microprocessors
-
Consider the following program in Basic
10 READ X, Y, Z
15 DATA 20, 30, 10
20 S = X + Y + Z
30 A = S/3
35 PRINT S, A, X, Y, Z
40 END
The output will be
Answer : Option A
Explanation :
.
Be The First To Comment