as a programmer, how important it is to understand and learn STRING in computer programming?​

Sagot :

Answer:

In variables string is the important type of data because it can store any alphanumeric characters. To identify the string in a variable the string is inside double or single quotes in most programming languages.

Example:

var ThisIsString = "I'm inside double quotes";

var TisIsIn = 999;

int is a type of variable for numbers only without double quotes our single quotes