X=1.3 is a valid statement in QBasic
Answers
Answered by
2
Answer:
No it would be either 1or 0
Answered by
2
Explanation:
X=1.3 is a valid statement. True.
A statement in QBasic is a set of instruction written by using the commands of QBasic. Like any other programming language QBasic also uses keywords as a statement with certain syntax. The statements written are first stored in the memory and are executed when the command for run is given.
To assign a value in QBasic we use the LET command. But LET is an optional command. One can assign a value to a variable without using the LET command.
Syntax: |LET| variable = value
Similar questions