Computer Science, asked by risasiju, 2 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
1)What will be the answers if the value of M and N is 2 and 4?
2)What type of jump happens when the control moves from line number 20 to 70?

Answers

Answered by satakshighosh777
1

Answer:

hello☺

Explanation:

pls Mark as brainliest for the answer

Answered by krishnaadvaithkrishn
0

Explanation:

10 input m n 20 goto70 30 let a=m*n 40 print a 50 goto 80 60 print a+m+n 70 goto 30 80 end what is the answer value of m & n is 2 & 4

Similar questions