Computer Science, asked by jayraj7310, 10 months ago

What is the difference between numeric variable and string variable?3 difference

Answers

Answered by keshavpaudel141
6

Answer: Numeric variable

  1. it is a variable in the form of number.
  2. it can be either decimal or integer value
  3. it is written without using double inverted commas(" ")

String Variable

  1. it is an alphabetical variable

    2. it can be either capital or small

    3. it is written by using double inverted commas(" ")

Explanation:Hope you get it

Similar questions