Saturday, February 23, 2019
Subscribe to:
Posts (Atom)
-
CONTROL STATEMENT- The Control Statements are used for controlling the Execution of the program. We use control statements by two way...
-
1) ELSEIF- When there are multiple choices and the user has to select one, the ELSEIF statement can be used. Example:- In the above p...
-
ARRAY in QBASIC is used to store sequential values of same kind.We can use array instead of using number of separate variables. Using diff...