Computer Science, asked by malikzakriya986, 5 months ago

The variable x starts with the value 0.

The variable y starts with the value 5.

Add 1 to x.

Add 1 to y.

Add x and y, and store the result in y.

Display the value in y on the screen.​

Answers

Answered by Anonymous
0

Answer:

The variable x starts with the value 0.

The variable y starts with the value 5.

Answered by deemaanaashraf
1

Answer:

Explanation:

x=0

y=5

x=x+1

y=y+1

y= x+y

out put y

Similar questions