Structure of Qbasic Functions
Structure of Qbasic Functions
2. ___________________ is a built-in formula to perform a specific task and returns a value to the main program.
3. ___________________ is a small part of a program which performs the specific task and does not return any
value.
4. ____________________ variables Declared at the start of a program.
5. _______________________ variables can only be used within the subroutine or program block where it is
declared.
C. Complete it:
Procedure
Function _____________________
_____________________________________________________________________________________________________________________________