is it necessary to print a statement in Basic program??
Answers
Answered by
1
Answer:
Generally, a program produces some form of output to let the user know what the “answer” is. In True BASIC the primary mechanism for generating output is the PRINT statement. The PRINT statement displays textual output on the computer screen. ... You may also use the PRINT statement to send output to a printer or a file.
Similar questions