What will be the output statement: COLOR 14, 10
Answers
Answered by
3
Explanation:
In True BASIC the primary mechanism for generating output is the PRINT statement. The PRINT statement displays textual output on the computer screen. This textual (as opposed to graphical) out- put may be string constants; the values of variables, arrays, functions, or expressions; or any combination you specify.
Similar questions