Hi there. I would like to know if it is possible to merge variables so that if I have 2 variables, a third variable would be variable 1 and 2.
Here is an examle:
int num1 = 5;
int num2 = 8;
int bothNumbers;
How could I make bothNumbers 58?
I know I'm terrible at explaining :)
What I want is exacly what you explained, Thank you :)