Hello,
I have a simple question. This code for example
do I have to include the '+' symbol to concat a literal and a variable? I am pretty sure there is a simpler way to do this. Let me know your thoughts. ThanksCode:int a = 1; string b = "cool" + a;







Bookmarks