string - i want to print addition of two numbers. example " Vishal has 20+30 rupees." -
i have statement has 2 integer numbers , want print addition of 2 numbers. example " vishal has 20 + 30 rupees." in advance
console.write(string.format("visual has {0} + {1} rupees", 20, 30));
Comments
Post a Comment