arslan elahi

arslan elahi

  • NA
  • 12
  • 5k

How to concatenate the "string" and "int" into int type vari

Mar 18 2013 6:54 AM
concatenate the "string" and "int" into int type variable


e.g

int a=10;
string b="abc"
a = a+ b;



is it possible???
how???

Answers (5)