Important QBASIC Programs for Grade 9
To input any three number and find the smallest one. CLS INPUT “ENTER ANY THREE NUMBERS”; A, B, C IF A < B AND A < C THEN PRINT A;…
To input any three number and find the smallest one. CLS INPUT “ENTER ANY THREE NUMBERS”; A, B, C IF A < B AND A < C THEN PRINT A;…