Declare the variables “first” and “second”; assign the values 10 and 20 to them, and then the variable “result”, and to it the sum of the values of the variables “first” and “second”.
var first, second, result; first = "10"; second = "20"; char result = " 10 + 20";
char(. - Igor