| |
| | QBasic |
 | | QBasic supports the basic data types discussed in the text book: integers, real numbers (floating point), characters, and Boolean as well as character strings, arrays, and records. |
 | | QBasic uses mostly familiar or intuitive operators, such as +, -, *,and / for addition, subtraction, multiplication, and division. |
 | | The QBasic control structures that allows a program to repeat a certain section of code more than once based on the value of a condition are DO. |
| www.mhuffman.com /notes/language/qbasic.htm (1812 words) |
|