Computer Science, asked by Anonymous, 7 months ago

What are the rules for variables in QBASIC? ​

Answers

Answered by Anonymous
8

\huge{\color{#FF8566}{heya!!! mate...}}

UR ANSWER......

A variable name must be of the form $name or ${name}. The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_). The first character of name must be an alphabetic character (a-z or A-Z). If the ${name} form is used, spaces can also appear in name

<marquee \: behaviour = alternate><font \: color =purple>hope it helps...

Answered by knishchala86
3

Explanation:

Follow these rules when naming variables:  

A variable name must be of the form $name or ${name}.The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_).The first character of name must be an alphabetic character (a-z or A-Z).If the ${name} form is used, spaces can also appear in name.  This allows you to use multiple word names without the underscore character.

Similar questions