Basic Programme III
Computer J.S.S 2 First Term
Sub-theme: Basic Computer Operation and Concept
Week 9
Basic Programme III
Performance Objective
Student should be able to:
- Describe key Statements Basic II
Content
Output Statement these are the result of the execute program obtained by the computer.
Three are three major output statements and they are as fellow in the details:
- Print,
- Write
- LPrint
The Print statement: this display what is in the computer memory on the screen the short form of it is a question mark (?). The print statement in effect helps to see the result of our operations on the screen.
The Lprint (Line Print ) Statement: This is used to send the output of a program…