I would like to make my 2 ints get together in one number but where the biggest of the 2 get in the front and the other one in the back
I have a var named num1 and one named num2. The numbers of those 2 are getting assigned thru a random. I would like to make them into one number but with the highest number first and the other one after it. I don't want to + them together but make a big number.
For example num1 = 5 and num2 = 6 my whole number should then be 65.
Thx in advance I tried googling this but I could not really find what I was. Looking for sry for bad English