Computer Science, asked by TbiaSamishta, 1 year ago

X=1.3 is a valid statement in QBasic

Answers

Answered by godsvilla
2

Answer:

No it would be either 1or 0

Answered by Arslankincsem
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