Computer Science, asked by farhaaan91, 1 year ago

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 Mrcool566
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
Similar questions
Math, 6 months ago