Computer Science, asked by cctirkey1, 5 months ago

12. Find the output
A = 20 : B = 30: C = 40
PRINT A, B, C
END
30
40
a) 20
b) 203040
c) 20
d) 2030
30 40
40​

Answers

Answered by freedarajesh2003
0

Answer:

Explanation:

Oct 15, 2019 — Predict the output of the following codes : a, b, c, = 10, 20, 30 p, q, r=c-5, a+3, b-4 print (a, b, c:', a, b, c, end=' ') print ('p,q,r:', p, q,r)​. 2. See answers ... arrenhasyd and 33 more users found this answer helpful. Thanks 21. 4.3.

Answered by Amitsingh88i
0

Answer:

b) 203040 is the answer

Similar questions