5
Answers

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

Photo of arslan elahi

arslan elahi

12y
2.1k
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)