This topic contains 0 replies, has 0 voices, and was last updated by EduGorilla 1 year, 11 months ago.
- AuthorPosts
- Select Question Language :
Directions: Use the following two-dimensional array and program segment to answer the question given below.
B = 0
FOR I = 1 TO 3
FOR J = 1 TO 3
A = Z(I, J)
B = B + Z(I, J)
PRINT B;
C = Z(3, I) + Z(J, 2)
NEXT J
NEXT IWhat is the final value of B?
Options :-
- 39
- 37
- 29
- 8
Post your Training /Course EnquiryAre You looking institutes / coaching center for- IIT-JEE, NEET, CAT
- Bank PO, SSC, Railways
- Study Abroad
- AuthorPosts