Study the following program:

int1 = 10  
int2 = 6
if int != int2:
int2 = ++int2
print(int1 - int2)

Posted on by