InterviewSolution
Saved Bookmarks
| 1. |
1) The procedure always begins with commandto write a procedure. |
|
Answer» Answer: Explanation: The PROCEDURE or subprogram must start with the word 'to', followed by a NAME we think of. The NEXT step is to key-in all the same steps we WOULD write on the command line. The procedure must end with the word 'end'. All comment or remark LINES should be preceded by semi-colon (;). |
|