Computer Science, asked by Aartisinghal82, 2 months ago

Define variable. Write any 2 rules for naming a variable.

Answers

Answered by rahulaarjav
2

Answer:

All variable names must begin with a letter of the alphabet or an underscore(_). After the first initial letter, variable names can also contain letters and numbers. Variable names are case sensitive. No spaces or special characters are allowed

Similar questions