hurry please
Where is the error, if any, in the following program? Assume numA and numB have values. Also assume the indenting is correct.


if numA = numB: # line 1

numX = numA # line 2

elif numA > numB: # line 3

numX = B # line 4


line 1


line 3


line 2


line 4