Site pages
Current course
Participants
General
Topic 1
Topic 2
Topic 3
Topic 4
Topic 5
Topic 6
Topic 7
Topic 8
Topic 9
Topic 10
Topic 11
Topic 12
Topic 13
Topic 14
Topic 15
Topic 16
Topic 17
Topic 18
Topic 19
Topic 20
Topic 21
Topic 22
Topic 23
Topic 24
Topic 25
Topic 26
Topic 27
Topic 28
Topic 29
Topic 30
Topic 31
Topic 32
Topic 33
Topic 34
Topic 35
Assignment and Input / Output statements
We know that data must be assigned to the variable before they are used in computations. This can be done with LET or READ statements. After the program is run, the results of calculations are obtained with a PRINT statement. The LET statement is also called Assignment statement (in mode versions of BASIC LET need not be used in all the assignment statements) and the READ and the PRINT statements are the Input and the Output statements respectively. |
Last modified: Monday, 9 January 2012, 9:26 PM