Study the following program:

What will be the output of this program?

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

Posted on by