Computer Science, asked by elijah1711611, 19 days ago

Which of the following rules need to be followed when using variables?

Answers

Answered by shawns1234567890
0

Answer: Rules of naming variables

Name your variables based on the terms of the subject area, so that the variable name clearly describes its purpose.

Create variable names by deleting spaces that separate the words. ...

Do not begin variable names with an underscore.

Do not use variable names that consist of a single character.

Similar questions