What is the value of x after this sequence of instructions is carried out?
x=0
for i in range(10):
x=x+1
Answers
Answered by
0
let's divide both sides with 0
=> 0*x=0(x+1)
=> 0=0
given;
=> x=0
so; x = x+1 = 0
HENCE PROVED
mark it as brainlist
=> 0*x=0(x+1)
=> 0=0
given;
=> x=0
so; x = x+1 = 0
HENCE PROVED
mark it as brainlist
Similar questions