Computer Science, asked by Binu420, 3 days ago

give command to create a variable with value 7 in qb64​

Answers

Answered by srijitchakraborty345
1

Answer:

Declaration by Use

When creating a variable by simply using it, the data type can be declared by adding on of the data type suffixes ($, %, &, !, or #) to the variable name. If no suffix is added, QBasic considers the variable to be a type single.

Explanation:

Similar questions