What is "hello" in qbasic language
Answers
Answered by
0
Explanation:
Write a QBasic program to enter your name and print it.
Here since the input data is a string then the variable name ( n ) in which it is to be stored is written after INPUT command followed by $ sign( n$ ).
Similar questions