write single q basic statement aceept your computer marks with message
Answers
Answered by
8
Answer:
A statement is a computer instruction written in a source language such as QBASIC which is converted into one or more machine code instructions by a complier.
Explanation: - The commonly used QBASIC statements are : - LET , PRINT , INPUT , CLS , END and REM. in QBASIC the LET statement used to assign a value to variable. the PRINT command is used to display any massage or a value on. a screen. the INPUT statement in QBASIC is used to accept the data item from the user. REM statement is a non - excutable statement and stand for remarks. CLS statement is used to clear the screen. END statement is used to end the program execution.
Hope this answer helps you....
Similar questions