QBASIC Programming- Simple
QBASIC Programming Sum of two numbers CLS REM To find Sum of two numbers INPUT “Enter the first number”; a INPUT “Enter the second number”; b SUM = a + …
QBASIC Programming- Simple Read MoreQBASIC Programming Sum of two numbers CLS REM To find Sum of two numbers INPUT “Enter the first number”; a INPUT “Enter the second number”; b SUM = a + …
QBASIC Programming- Simple Read More