Function of REM Statement. (Qbasic) What is the function of REM statement? Can you use REM statement in the same line with input statement? Why? The function of REM statement i...
A program to check a triangle whether it is right angled or not when sides are given. (Qbasic Code) REM A program to check a triangle whether it is right angled or not when sides are given. (Qbasic Code) INPUT "Enter the longest side o...