Computer Science, asked by kaursatvinder2205, 2 months ago

is it necessary to print a statement in Basic program??​

Answers

Answered by rajni6944
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