Computer Science, asked by prmodbarnwal08236, 10 months ago

For. X=5
TO 20
PRINT. X
NEXT
X​

Answers

Answered by jyotiagarwal3190
1

Answer:

int x = 5

print(x)

x++

print(x)

Similar questions