Computer Science, asked by ayushXx2, 3 months ago

10 INPUT M,N
20 GOTO 70
30 LET A= M,N
40 PRINT A
50 GOTO 80
60 PRINT A+M+N
70 GOTO 30
80 END
A. What will be the answers if the value of M and N is 2 and 4
B. What type of jump happens when the control moves from 20 to 70

Answers

Answered by jagan81
1

Answer:

1 . THE ANSWER WILL BE 12 BECAUSE A=M+N AND TO PRINT IS A+M+N . THEREFORE 6+2+4= 12

2. IT IS THE ITERATION STATEMENT

Similar questions