Computer Science, asked by maheswarigmss, 3 months ago

X=4
X2=5
X3=X+X2
Print(X3)

Answers

Answered by steves521733
0

Answer:

X3 = (4+5). //X and X2 counting happens

X3 value will be 9 while printing X3 statement

Similar questions