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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -