The the function and syntax of the INPUT and PRINT command is written below.
The syntax is known to be:
INPUT #file_stream, variable1 ; variable2$ ' where a lot of variables can be taken.
First. write all about the program that is ("PRINT "Hello World") into any text editor or a QBasic IDE and then save it with the term "1HELLO. BAS" and then open the file in QBasic and click on F5.
PRINT statement givens one the output on the screen as it is known to prints the values of the expression.
The INPUT command is said to be used to put together input from any given user.
Learn more about INPUT command from
https://brainly.com/question/23338965
#SPJ1