UseFull Links
About
Accessbility
Help
Privacy & Terms
Variable typing is used to assign a number to a variable and the same variable can be assigned to a string.i = 10;i = "string";This is called variable typing.