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"
Answers
Answered by
2
Answer:
Computation 1
Explanation:
I have neglected some of its errors or your mistake in the syntax
Answered by
0
Answer:
Computation 1
Exit
Explanation:
The result is give above. I lost all my brailiest so please make me. I will be greatful to you
Similar questions