What happens if the variable A is equal to 30 when QBasic executes the following statement? IF A = 32 THEN A = A * 2 END IF
Reveal answer
Fill a bubble to check yourself
What happens if the variable A is equal to 30 when QBasic executes the following statement? IF A = 32 THEN A = A * 2 END IF