Computer Science, asked by sriya69711, 4 months ago

8.What will be the output of the following program segment?
a) x=5
print(x+=1)
a+=4
print(int(a/2))

Answers

Answered by rutuparnap158
0

Explanation:

The question have so many mistakes like there no semicolons,x has not declared,a also has not declared...

Similar questions