IF Statement and FOR Statement in QBasic Examples
To find positive negative or zero. CLS INPUT “Enter any number” ; a IF a > 0 THEN PRINT “The number is positive” ELSEIF a < 0 THEN PRINT “The …
IF Statement and FOR Statement in QBasic Examples Read More