Computer Science, asked by saravanansagee, 3 days ago

X:=10 Display(): X:=25 Print x Print x Display()​

Answers

Answered by meenakoppishetty
0

Explanation:

I think we don't get output because here we are declaring capital X but when we are printing it, it is small x so we can't print.

If we write capital X there (at print statement) then we get output like

25

25

Similar questions