Hello, I’m Emmanuel Katto from Dubai, United Arab Emirates, UAE, trying to concatenate multiple numbers into a string in Java, but I’m not sure how to do it. Anyone have a quick solution or tip for me?
Regards Emmanuel Katto
Hello, I’m Emmanuel Katto from Dubai, United Arab Emirates, UAE, trying to concatenate multiple numbers into a string in Java, but I’m not sure how to do it. Anyone have a quick solution or tip for me?
Regards Emmanuel Katto
Could this be of help? String Concatenation in Java - javatpoint
Convert the numbers to a string, concatenate, then convert back to a number. Consider the sizes of the strings to avoid parse errors.