Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 3 (Q.No. 14)
14.
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
60, 20, 20, 30, 10
10, 30, 20, 20, 60
60, 20, 30, 10, 20
60, 30, 10, 20, 20
Answer: Option
Explanation:

.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.