a= 1,2,3,4,5,6,7,8,9
b=2,4,8,0
by combining two varables(integers assign to these variables) i need the output as follows
output:
1,2,3,4,5,6,7,8,9,0
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)