5
Answers

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

arslan elahi

arslan elahi

11y
1.6k
1
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)