Predict the output of following code in QBASIC.
LET A = 5
LET B = 2
LET C = A * B
IF (C MOD B) < > 1 THEN
PRINT "Computation 1"
ELSE
PRINT "Computation 2
"END IF
PRINT "Exit"
AComputation 2
BComputation 2 Exit
CExit
DComputation 1 Exit
pls explainnnn!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!