Computer Science, asked by alawiecell4456, 1 day ago

A name of a variable in small basic:
a.The name
b.the_name
c.2ism

Answers

Answered by saifalam000000678
1

should always start variable names with a letter.

You can use letters, digits, and underscores in the names of your variables.

You should name your variables so that they describe the values that they store.

When you name your variables, you should not include certain reserved words, such as If, For, and Then.

number_1 = 20

number_2 = 30

Similar questions