Computer Science, asked by shikhayadav12875, 2 months ago

please pura answer likhiye​

Attachments:

Answers

Answered by jatinkhurana9
1

Answer:

Question is checking your knowledge about local and global variables.

Updating local variables does not change global variables.

So it will output:

x = 5.9

x = 7.9

x = 5.9

Even after adding 2, it will not impact the value of global variable x.

Similar questions