Computer Science, asked by chandrashekharc2690, 2 months ago

Variables are used for storing values such as _,_&_

Answers

Answered by Sneha3123
1

Answer:

Variables are used for storing values such as strings, integers, list, dictionary etc.

Answered by steffis
1

Values such as numeric values, characters, and character strings are stored in variables.

What is numeric values?

  • If the values of a variable or a series are numbers or contain decimals, they will be stored as numeric data.
  • Integer, floating-point, and even complex numbers can be used as numerical values.

What is characters?

  • In char variables are stored in ASCII value.
  • ASCII value stands for "American Standard Code For Information Interchange".
  • we can able to store Only one character in a character variable.

What are character strings?

  • A character string is a collection of characters that can be manipulated together.
  • Common character strings include names, descriptions, and mailing addresses.
  • we can able to store any value in a character string.

Thus, Variables are used for storing values such as numeric values, characters, and character strings

Similar questions