Computer Science, asked by lianathomas5014, 1 year ago

What is a variable? Discuss the rules for naming the variables.

Answers

Answered by vijaysaroj2122
2

Answer:

variable are actually undefined value of a number

it can be a number , fraction or Rational number

Answered by Anonymous
5

The rules for naming a variable is as follows:-

  • A variable may have any number of characters.
  • It may contain alphabets, digits and underscore.
  • The underscore can be applied in between the characters to increase the length of a variable name.
  • Variable names should be meaningful which easily depicts the logic.

xxxxxxxxxxxxxxxxxxxxxx

Similar questions