Write QBasic programs for the following:1.)To display a simple message ''WISH YOU A GOOD DAY "
Answers
Answered by
13
Following are the code in QBasic for the above question:
Explanation:
Program:
PRINT "WISH YOU A GOOD DAY" 'print function to print the message which is defined in the question.
Output:
- The above code is in the QBasic program, which displays the output message which is the demand by the question. It will display "WISH YOU A GOOD DAY"
Code Explanation:
- There is a print function that is written in the capital letter which displays the message which is defined in the quotation string.
- The (') symbol is used for the comment in the QBasic program.
Learn More:
- QBasic program : https://brainly.in/question/4169343
Similar questions