Computer Programming on Overthinking It

Fun With Basic

Fun With Basic

10   PRINT “Do you have a problem? (Y or N)” 20   INPUT $A 30   IF $A = “N” GOTO 120 40   PRINT “Can someone else help? (Y or N)” 50   INPUT $B 60   IF $B = “Y” GOTO 120 70   … Continued