My homework for a Java is making a GUI calculator in Java. I am in the planning of the program process and wondering how can you add a number next to another number and make it a single integer. I know there is probably a name for this but i cant remember it or i just don't know it.
if x = 1,
and y = 2,
then z should equal 12
How do i do this?
Thanks in advance!